#66219E

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

Shades of Royal Purple #66219E

Tints of Royal Purple #66219E

Color information

#66219E (or 0x66219E) is unknown color: approx Royal Purple. HEX triplet: 66, 21 and 9E. RGB value is (102,33,158). Sum of RGB (Red+Green+Blue) = 102+33+158=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #66219E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66219E is #99DE61. Grayscale: #434343. Windows color (decimal): -10083938 or 10363238. OLE color: 10363238.

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

Color convert

RGB10233158-
CMYK0.350.7900.38
HSL273.12º65.45%37.45%-
HSV(B)273.12º79.11%61.96%-
XYZ12.196.3832.94-
YUV67.88178.86152.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.81%
GREEN value IS 33 (13.28% from 255) = 11.26%
BLUE value IS 158 (62.11% from 255) = 53.92%
R=34.81%
G=11.26%
B=53.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal102331580.350.7900.38273.1265.4537.45
Hex66219E234F0261114125
Octal146412364311704642110145
Binary110011010000110011110100011100111101001101000100011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66219E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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