#66255A

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

Shades of Palatinate Purple #66255A

Tints of Palatinate Purple #66255A

Color information

#66255A (or 0x66255A) is unknown color: approx Palatinate Purple. HEX triplet: 66, 25 and 5A. RGB value is (102,37,90). Sum of RGB (Red+Green+Blue) = 102+37+90=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 102 - color contains mainly: red. Hex color #66255A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66255A is #99DAA5. Grayscale: #3E3E3E. Windows color (decimal): -10082982 or 5907814. OLE color: 5907814.

HSL color Cylindrical-coordinate representation of color #66255A: hue angle of 311.08º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66255A is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB1023790-
CMYK00.640.120.6
HSL311.08º46.76%27.25%-
HSV(B)311.08º63.73%40%-
XYZ7.994.8910.2-
YUV62.48143.53156.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.54%
GREEN value IS 37 (14.84% from 255) = 16.16%
BLUE value IS 90 (35.55% from 255) = 39.30%
R=44.54%
G=16.16%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102379000.640.120.6311.0846.7627.25
Hex66255A040C3C1372f1b
Octal14645132010014744675733
Binary1100110100101101101001000000110011110010011011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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