#662558

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

Shades of Palatinate Purple #662558

Tints of Palatinate Purple #662558

Color information

#662558 (or 0x662558) is unknown color: approx Palatinate Purple. HEX triplet: 66, 25 and 58. RGB value is (102,37,88). Sum of RGB (Red+Green+Blue) = 102+37+88=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #662558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662558 is #99DAA7. Grayscale: #3E3E3E. Windows color (decimal): -10082984 or 5776742. OLE color: 5776742.

HSL color Cylindrical-coordinate representation of color #662558: hue angle of 312.92º 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 #662558 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.6.

Color convert

RGB1023788-
CMYK00.640.140.6
HSL312.92º46.76%27.25%-
HSV(B)312.92º63.73%40%-
XYZ7.94.859.75-
YUV62.25142.53156.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.93%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 88 (34.77% from 255) = 38.77%
R=44.93%
G=16.30%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102378800.640.140.6312.9246.7627.25
Hex662558040E3C1392f1b
Octal14645130010016744715733
Binary1100110100101101100001000000111011110010011100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662558; }

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

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

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

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

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

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

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

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