#66055E

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

Shades of Palatinate Purple #66055E

Tints of Palatinate Purple #66055E

Color information

#66055E (or 0x66055E) is unknown color: approx Palatinate Purple. HEX triplet: 66, 05 and 5E. RGB value is (102,5,94). Sum of RGB (Red+Green+Blue) = 102+5+94=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #66055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66055E is #99FAA1. Grayscale: #2B2B2B. Windows color (decimal): -10091170 or 6161766. OLE color: 6161766.

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

Color convert

RGB102594-
CMYK00.950.080.6
HSL304.95º90.65%20.98%-
HSV(B)304.95º95.1%40%-
XYZ7.553.7410.91-
YUV44.15156.14169.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.75%
GREEN value IS 5 (2.34% from 255) = 2.49%
BLUE value IS 94 (37.11% from 255) = 46.77%
R=50.75%
G=2.49%
B=46.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10259400.950.080.6304.9590.6520.98
Hex6655E05F83C1315b15
Octal14651360137107446113325
Binary11001101011011110010111111000111100100110001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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