#66095A

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

Shades of Palatinate Purple #66095A

Tints of Palatinate Purple #66095A

Color information

#66095A (or 0x66095A) is unknown color: approx Palatinate Purple. HEX triplet: 66, 09 and 5A. RGB value is (102,9,90). Sum of RGB (Red+Green+Blue) = 102+9+90=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #66095A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66095A is #99F6A5. Grayscale: #2D2D2D. Windows color (decimal): -10090150 or 5900646. OLE color: 5900646.

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

Color convert

RGB102990-
CMYK00.910.120.6
HSL307.74º83.78%21.76%-
HSV(B)307.74º91.18%40%-
XYZ7.423.7610.01-
YUV46.04152.81167.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.75%
GREEN value IS 9 (3.91% from 255) = 4.48%
BLUE value IS 90 (35.55% from 255) = 44.78%
R=50.75%
G=4.48%
B=44.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10299000.910.120.6307.7483.7821.76
Hex6695A05BC3C1345416
Octal146111320133147446412426
Binary110011010011011010010110111100111100100110100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66095A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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