#662757

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

Shades of Palatinate Purple #662757

Tints of Palatinate Purple #662757

Color information

#662757 (or 0x662757) is unknown color: approx Palatinate Purple. HEX triplet: 66, 27 and 57. RGB value is (102,39,87). Sum of RGB (Red+Green+Blue) = 102+39+87=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #662757 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662757 is #99D8A8. Grayscale: #3F3F3F. Windows color (decimal): -10082473 or 5711718. OLE color: 5711718.

HSL color Cylindrical-coordinate representation of color #662757: hue angle of 314.29º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #662757 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.6.

Color convert

RGB1023987-
CMYK00.620.150.6
HSL314.29º44.68%27.65%-
HSV(B)314.29º61.76%40%-
XYZ7.934.969.56-
YUV63.31141.37155.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.74%
GREEN value IS 39 (15.62% from 255) = 17.11%
BLUE value IS 87 (34.38% from 255) = 38.16%
R=44.74%
G=17.11%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102398700.620.150.6314.2944.6827.65
Hex66275703EF3C13a2d1c
Octal1464712707617744725534
Binary110011010011110101110111110111111110010011101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662757; }

 p { color: rgb(102,39,87); }

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

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

 a { background-color: rgb(102,39,87); }

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

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

 span { border-color: rgb(102,39,87); }

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