#66499C

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

Shades of Royal Purple #66499C

Tints of Royal Purple #66499C

Color information

#66499C (or 0x66499C) is unknown color: approx Royal Purple. HEX triplet: 66, 49 and 9C. RGB value is (102,73,156). Sum of RGB (Red+Green+Blue) = 102+73+156=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #66499C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66499C is #99B663. Grayscale: #5A5A5A. Windows color (decimal): -10073700 or 10242406. OLE color: 10242406.

HSL color Cylindrical-coordinate representation of color #66499C: hue angle of 260.96º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66499C is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10273156-
CMYK0.350.5300.39
HSL260.96º36.24%44.9%-
HSV(B)260.96º53.21%61.18%-
XYZ13.869.9932.65-
YUV91.13164.61135.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.82%
GREEN value IS 73 (28.91% from 255) = 22.05%
BLUE value IS 156 (61.33% from 255) = 47.13%
R=30.82%
G=22.05%
B=47.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102731560.350.5300.39260.9636.2444.9
Hex66499C2335027105242d
Octal14611123443650474054455
Binary11001101001001100111001000111101010100111100000101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66499C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66499C; }

 p { color: rgb(102,73,156); }

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

<style>
 a { background-color: #66499C; }

 a { background-color: rgb(102,73,156); }

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

<style>
 span { border-color: #66499C; }

 span { border-color: rgb(102,73,156); }

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