#66479E

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

Shades of Royal Purple #66479E

Tints of Royal Purple #66479E

Color information

#66479E (or 0x66479E) is unknown color: approx Royal Purple. HEX triplet: 66, 47 and 9E. RGB value is (102,71,158). Sum of RGB (Red+Green+Blue) = 102+71+158=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 158 - color contains mainly: blue. Hex color #66479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66479E is #99B861. Grayscale: #595959. Windows color (decimal): -10074210 or 10372966. OLE color: 10372966.

HSL color Cylindrical-coordinate representation of color #66479E: hue angle of 261.38º 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 #66479E is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10271158-
CMYK0.350.5500.38
HSL261.38º37.99%44.9%-
HSV(B)261.38º55.06%61.96%-
XYZ13.99.833.51-
YUV90.19166.27136.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.82%
GREEN value IS 71 (28.12% from 255) = 21.45%
BLUE value IS 158 (62.11% from 255) = 47.73%
R=30.82%
G=21.45%
B=47.73%

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
Decimal102711580.350.5500.38261.3837.9944.9
Hex66479E2337026105262d
Octal14610723643670464054655
Binary11001101000111100111101000111101110100110100000101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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