#66299C

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

Shades of Royal Purple #66299C

Tints of Royal Purple #66299C

Color information

#66299C (or 0x66299C) is unknown color: approx Royal Purple. HEX triplet: 66, 29 and 9C. RGB value is (102,41,156). Sum of RGB (Red+Green+Blue) = 102+41+156=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #66299C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66299C is #99D663. Grayscale: #474747. Windows color (decimal): -10081892 or 10234214. OLE color: 10234214.

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

Color convert

RGB10241156-
CMYK0.350.7400.39
HSL271.83º58.38%38.63%-
HSV(B)271.83º73.72%61.18%-
XYZ12.276.8132.12-
YUV72.35175.21149.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.11%
GREEN value IS 41 (16.41% from 255) = 13.71%
BLUE value IS 156 (61.33% from 255) = 52.17%
R=34.11%
G=13.71%
B=52.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102411560.350.7400.39271.8358.3838.63
Hex66299C234A0271103a27
Octal14651234431120474207247
Binary11001101010011001110010001110010100100111100010000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66299C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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