#66095B

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

Shades of Palatinate Purple #66095B

Tints of Palatinate Purple #66095B

Color information

#66095B (or 0x66095B) is unknown color: approx Palatinate Purple. HEX triplet: 66, 09 and 5B. RGB value is (102,9,91). Sum of RGB (Red+Green+Blue) = 102+9+91=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 91 (35.94% from 255 or 45.05% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #66095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66095B is #99F6A4. Grayscale: #2D2D2D. Windows color (decimal): -10090149 or 5966182. OLE color: 5966182.

HSL color Cylindrical-coordinate representation of color #66095B: hue angle of 307.1º 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 #66095B is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB102991-
CMYK00.910.110.6
HSL307.1º83.78%21.76%-
HSV(B)307.1º91.18%40%-
XYZ7.473.7810.23-
YUV46.16153.31167.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.50%
GREEN value IS 9 (3.91% from 255) = 4.46%
BLUE value IS 91 (35.94% from 255) = 45.05%
R=50.50%
G=4.46%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10299100.910.110.6307.183.7821.76
Hex6695B05BB3C1335416
Octal146111330133137446312426
Binary110011010011011011010110111011111100100110011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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