#66095E

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

Shades of Palatinate Purple #66095E

Tints of Palatinate Purple #66095E

Color information

#66095E (or 0x66095E) is unknown color: approx Palatinate Purple. HEX triplet: 66, 09 and 5E. RGB value is (102,9,94). Sum of RGB (Red+Green+Blue) = 102+9+94=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #66095E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66095E is #99F6A1. Grayscale: #2E2E2E. Windows color (decimal): -10090146 or 6162790. OLE color: 6162790.

HSL color Cylindrical-coordinate representation of color #66095E: hue angle of 305.16º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66095E is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB102994-
CMYK00.910.080.6
HSL305.16º83.78%21.76%-
HSV(B)305.16º91.18%40%-
XYZ7.63.8310.93-
YUV46.5154.81167.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.76%
GREEN value IS 9 (3.91% from 255) = 4.39%
BLUE value IS 94 (37.11% from 255) = 45.85%
R=49.76%
G=4.39%
B=45.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10299400.910.080.6305.1683.7821.76
Hex6695E05B83C1315416
Octal146111360133107446112426
Binary110011010011011110010110111000111100100110001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66095E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,9,94); }

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

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

 a { background-color: rgb(102,9,94); }

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

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

 span { border-color: rgb(102,9,94); }

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