#66309B

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

Shades of Royal Purple #66309B

Tints of Royal Purple #66309B

Color information

#66309B (or 0x66309B) is unknown color: approx Royal Purple. HEX triplet: 66, 30 and 9B. RGB value is (102,48,155). Sum of RGB (Red+Green+Blue) = 102+48+155=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #66309B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66309B is #99CF64. Grayscale: #4B4B4B. Windows color (decimal): -10080101 or 10170470. OLE color: 10170470.

HSL color Cylindrical-coordinate representation of color #66309B: hue angle of 270.28º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #66309B is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10248155-
CMYK0.340.6900.39
HSL270.28º52.71%39.8%-
HSV(B)270.28º69.03%60.78%-
XYZ12.457.3131.76-
YUV76.34172.39146.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.44%
GREEN value IS 48 (19.14% from 255) = 15.74%
BLUE value IS 155 (60.94% from 255) = 50.82%
R=33.44%
G=15.74%
B=50.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102481550.340.6900.39270.2852.7139.8
Hex66309B224502710e3528
Octal14660233421050474166550
Binary11001101100001001101110001010001010100111100001110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66309B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66309B; }

 p { color: rgb(102,48,155); }

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

<style>
 a { background-color: #66309B; }

 a { background-color: rgb(102,48,155); }

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

<style>
 span { border-color: #66309B; }

 span { border-color: rgb(102,48,155); }

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