#66249A

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

Shades of Royal Purple #66249A

Tints of Royal Purple #66249A

Color information

#66249A (or 0x66249A) is unknown color: approx Royal Purple. HEX triplet: 66, 24 and 9A. RGB value is (102,36,154). Sum of RGB (Red+Green+Blue) = 102+36+154=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 154 (60.55% from 255 or 52.74% from 292); Max value from RGB is 154 - color contains mainly: blue. Hex color #66249A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66249A is #99DB65. Grayscale: #444444. Windows color (decimal): -10083174 or 10101862. OLE color: 10101862.

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

Color convert

RGB10236154-
CMYK0.340.7700.40
HSL273.56º62.11%37.25%-
HSV(B)273.56º76.62%60.39%-
XYZ11.946.4231.18-
YUV69.19175.87151.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.93%
GREEN value IS 36 (14.45% from 255) = 12.33%
BLUE value IS 154 (60.55% from 255) = 52.74%
R=34.93%
G=12.33%
B=52.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102361540.340.7700.40273.5662.1137.25
Hex66249A224D0281123e25
Octal14644232421150504227645
Binary11001101001001001101010001010011010101000100010010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66249A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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