#66199E

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

Shades of Royal Purple #66199E

Tints of Royal Purple #66199E

Color information

#66199E (or 0x66199E) is unknown color: approx Royal Purple. HEX triplet: 66, 19 and 9E. RGB value is (102,25,158). Sum of RGB (Red+Green+Blue) = 102+25+158=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 158 (62.11% from 255 or 55.44% from 285); Max value from RGB is 158 - color contains mainly: blue. Hex color #66199E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66199E is #99E661. Grayscale: #3E3E3E. Windows color (decimal): -10085986 or 10361190. OLE color: 10361190.

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

Color convert

RGB10225158-
CMYK0.350.8400.38
HSL274.74º72.68%35.88%-
HSV(B)274.74º84.18%61.96%-
XYZ125.9932.87-
YUV63.18181.51155.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.79%
GREEN value IS 25 (10.16% from 255) = 8.77%
BLUE value IS 158 (62.11% from 255) = 55.44%
R=35.79%
G=8.77%
B=55.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102251580.350.8400.38274.7472.6835.88
Hex66199E23540261134924
Octal146312364312404642311144
Binary11001101100110011110100011101010001001101000100111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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