#66249E

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

Shades of Royal Purple #66249E

Tints of Royal Purple #66249E

Color information

#66249E (or 0x66249E) is unknown color: approx Royal Purple. HEX triplet: 66, 24 and 9E. RGB value is (102,36,158). Sum of RGB (Red+Green+Blue) = 102+36+158=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 158 (62.11% from 255 or 53.38% from 296); Max value from RGB is 158 - color contains mainly: blue. Hex color #66249E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66249E is #99DB61. Grayscale: #454545. Windows color (decimal): -10083170 or 10364006. OLE color: 10364006.

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

Color convert

RGB10236158-
CMYK0.350.7700.38
HSL272.46º62.89%38.04%-
HSV(B)272.46º77.22%61.96%-
XYZ12.286.5632.97-
YUV69.64177.87151.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.46%
GREEN value IS 36 (14.45% from 255) = 12.16%
BLUE value IS 158 (62.11% from 255) = 53.38%
R=34.46%
G=12.16%
B=53.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102361580.350.7700.38272.4662.8938.04
Hex66249E234D0261103f26
Octal14644236431150464207746
Binary11001101001001001111010001110011010100110100010000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66249E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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