#66489A

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

Shades of Royal Purple #66489A

Tints of Royal Purple #66489A

Color information

#66489A (or 0x66489A) is unknown color: approx Royal Purple. HEX triplet: 66, 48 and 9A. RGB value is (102,72,154). Sum of RGB (Red+Green+Blue) = 102+72+154=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #66489A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66489A is #99B765. Grayscale: #5A5A5A. Windows color (decimal): -10073958 or 10111078. OLE color: 10111078.

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

Color convert

RGB10272154-
CMYK0.340.5300.40
HSL261.95º36.28%44.31%-
HSV(B)261.95º53.25%60.39%-
XYZ13.639.7931.74-
YUV90.32163.94136.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.10%
GREEN value IS 72 (28.52% from 255) = 21.95%
BLUE value IS 154 (60.55% from 255) = 46.95%
R=31.10%
G=21.95%
B=46.95%

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
Decimal102721540.340.5300.40261.9536.2844.31
Hex66489A2235028106242c
Octal14611023242650504064454
Binary11001101001000100110101000101101010101000100000110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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