#60309A

Color #60309A Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #60309A

Tints of Royal Purple #60309A

Color information

#60309A (or 0x60309A) is unknown color: approx Royal Purple. HEX triplet: 60, 30 and 9A. RGB value is (96,48,154). Sum of RGB (Red+Green+Blue) = 96+48+154=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #60309A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60309A is #9FCF65. Grayscale: #4A4A4A. Windows color (decimal): -10473318 or 10104928. OLE color: 10104928.

HSL color Cylindrical-coordinate representation of color #60309A: hue angle of 267.17º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60309A is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9648154-
CMYK0.380.6900.40
HSL267.17º52.48%39.61%-
HSV(B)267.17º68.83%60.39%-
XYZ11.716.9331.29-
YUV74.44172.9143.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 32.21%
GREEN value IS 48 (19.14% from 255) = 16.11%
BLUE value IS 154 (60.55% from 255) = 51.68%
R=32.21%
G=16.11%
B=51.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96481540.380.6900.40267.1752.4839.61
Hex60309A264502810b3428
Octal14060232461050504136450
Binary11000001100001001101010011010001010101000100001011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60309A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60309A; }

 p { color: rgb(96,48,154); }

 H1.HeaderClassName
 {
   color: #60309A;
 }
 .AnyTagClassName
 {
   color: #60309A;
 }
</style>
background-color css

<style>
 a { background-color: #60309A; }

 a { background-color: rgb(96,48,154); }

 div.DivClassName
 {
   background-color: #60309A;
 }
 .BgClassName
 {
   background-color: #60309A;
 }
</style>
border-color css

<style>
 span { border-color: #60309A; }

 span { border-color: rgb(96,48,154); }

 td.TdClassName
 {
   border-color: #60309A;
 }
 .TagClassName
 {
   border-color: #60309A;
 }
</style>