#66459C

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

Shades of Royal Purple #66459C

Tints of Royal Purple #66459C

Color information

#66459C (or 0x66459C) is unknown color: approx Royal Purple. HEX triplet: 66, 45 and 9C. RGB value is (102,69,156). Sum of RGB (Red+Green+Blue) = 102+69+156=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #66459C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66459C is #99BA63. Grayscale: #585858. Windows color (decimal): -10074724 or 10241382. OLE color: 10241382.

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

Color convert

RGB10269156-
CMYK0.350.5600.39
HSL262.76º38.67%44.12%-
HSV(B)262.76º55.77%61.18%-
XYZ13.619.4832.57-
YUV88.78165.93137.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.19%
GREEN value IS 69 (27.34% from 255) = 21.10%
BLUE value IS 156 (61.33% from 255) = 47.71%
R=31.19%
G=21.10%
B=47.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102691560.350.5600.39262.7638.6744.12
Hex66459C2338027107272c
Octal14610523443700474074754
Binary11001101000101100111001000111110000100111100000111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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