#66085B

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

Shades of Palatinate Purple #66085B

Tints of Palatinate Purple #66085B

Color information

#66085B (or 0x66085B) is unknown color: approx Palatinate Purple. HEX triplet: 66, 08 and 5B. RGB value is (102,8,91). Sum of RGB (Red+Green+Blue) = 102+8+91=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #66085B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66085B is #99F7A4. Grayscale: #2D2D2D. Windows color (decimal): -10090405 or 5965926. OLE color: 5965926.

HSL color Cylindrical-coordinate representation of color #66085B: hue angle of 307.02º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66085B is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB102891-
CMYK00.920.110.6
HSL307.02º85.45%21.57%-
HSV(B)307.02º92.16%40%-
XYZ7.453.7510.23-
YUV45.57153.64168.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.75%
GREEN value IS 8 (3.52% from 255) = 3.98%
BLUE value IS 91 (35.94% from 255) = 45.27%
R=50.75%
G=3.98%
B=45.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10289100.920.110.6307.0285.4521.57
Hex6685B05CB3C1335516
Octal146101330134137446312526
Binary110011010001011011010111001011111100100110011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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