#66499A

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

Shades of Royal Purple #66499A

Tints of Royal Purple #66499A

Color information

#66499A (or 0x66499A) is unknown color: approx Royal Purple. HEX triplet: 66, 49 and 9A. RGB value is (102,73,154). Sum of RGB (Red+Green+Blue) = 102+73+154=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 154 - color contains mainly: blue. Hex color #66499A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66499A is #99B665. Grayscale: #5A5A5A. Windows color (decimal): -10073702 or 10111334. OLE color: 10111334.

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

Color convert

RGB10273154-
CMYK0.340.5300.40
HSL261.48º35.68%44.51%-
HSV(B)261.48º52.6%60.39%-
XYZ13.699.9231.77-
YUV90.9163.61135.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.00%
GREEN value IS 73 (28.91% from 255) = 22.19%
BLUE value IS 154 (60.55% from 255) = 46.81%
R=31.00%
G=22.19%
B=46.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102731540.340.5300.40261.4835.6844.51
Hex66499A2235028105242d
Octal14611123242650504054455
Binary11001101001001100110101000101101010101000100000101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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