#66479D

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

Shades of Royal Purple #66479D

Tints of Royal Purple #66479D

Color information

#66479D (or 0x66479D) is unknown color: approx Royal Purple. HEX triplet: 66, 47 and 9D. RGB value is (102,71,157). Sum of RGB (Red+Green+Blue) = 102+71+157=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #66479D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66479D is #99B862. Grayscale: #595959. Windows color (decimal): -10074211 or 10307430. OLE color: 10307430.

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

Color convert

RGB10271157-
CMYK0.350.5500.38
HSL261.63º37.72%44.71%-
HSV(B)261.63º54.78%61.57%-
XYZ13.829.7733.05-
YUV90.07165.77136.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.91%
GREEN value IS 71 (28.12% from 255) = 21.52%
BLUE value IS 157 (61.72% from 255) = 47.58%
R=30.91%
G=21.52%
B=47.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102711570.350.5500.38261.6337.7244.71
Hex66479D2337026106262d
Octal14610723543670464064655
Binary11001101000111100111011000111101110100110100000110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66479D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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