#66489D

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

Shades of Royal Purple #66489D

Tints of Royal Purple #66489D

Color information

#66489D (or 0x66489D) is unknown color: approx Royal Purple. HEX triplet: 66, 48 and 9D. RGB value is (102,72,157). Sum of RGB (Red+Green+Blue) = 102+72+157=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #66489D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66489D is #99B762. Grayscale: #5A5A5A. Windows color (decimal): -10073955 or 10307686. OLE color: 10307686.

HSL color Cylindrical-coordinate representation of color #66489D: hue angle of 261.18º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66489D is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10272157-
CMYK0.350.5400.38
HSL261.18º37.12%44.9%-
HSV(B)261.18º54.14%61.57%-
XYZ13.889.8933.08-
YUV90.66165.44136.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.82%
GREEN value IS 72 (28.52% from 255) = 21.75%
BLUE value IS 157 (61.72% from 255) = 47.43%
R=30.82%
G=21.75%
B=47.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102721570.350.5400.38261.1837.1244.9
Hex66489D2336026105252d
Octal14611023543660464054555
Binary11001101001000100111011000111101100100110100000101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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