#66299A

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

Shades of Royal Purple #66299A

Tints of Royal Purple #66299A

Color information

#66299A (or 0x66299A) is unknown color: approx Royal Purple. HEX triplet: 66, 29 and 9A. RGB value is (102,41,154). Sum of RGB (Red+Green+Blue) = 102+41+154=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #66299A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66299A is #99D665. Grayscale: #474747. Windows color (decimal): -10081894 or 10103142. OLE color: 10103142.

HSL color Cylindrical-coordinate representation of color #66299A: hue angle of 272.39º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66299A is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10241154-
CMYK0.340.7300.40
HSL272.39º57.95%38.24%-
HSV(B)272.39º73.38%60.39%-
XYZ12.116.7431.24-
YUV72.12174.21149.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.34%
GREEN value IS 41 (16.41% from 255) = 13.80%
BLUE value IS 154 (60.55% from 255) = 51.85%
R=34.34%
G=13.80%
B=51.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102411540.340.7300.40272.3957.9538.24
Hex66299A22490281103a26
Octal14651232421110504207246
Binary11001101010011001101010001010010010101000100010000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66299A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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