#662357

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

Shades of Palatinate Purple #662357

Tints of Palatinate Purple #662357

Color information

#662357 (or 0x662357) is unknown color: approx Palatinate Purple. HEX triplet: 66, 23 and 57. RGB value is (102,35,87). Sum of RGB (Red+Green+Blue) = 102+35+87=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 102 - color contains mainly: red. Hex color #662357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662357 is #99DCA8. Grayscale: #3C3C3C. Windows color (decimal): -10083497 or 5710694. OLE color: 5710694.

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

Color convert

RGB1023587-
CMYK00.660.150.6
HSL313.43º48.91%26.86%-
HSV(B)313.43º65.69%40%-
XYZ7.84.719.52-
YUV60.96142.7157.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.54%
GREEN value IS 35 (14.06% from 255) = 15.62%
BLUE value IS 87 (34.38% from 255) = 38.84%
R=45.54%
G=15.62%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102358700.660.150.6313.4348.9126.86
Hex662357042F3C139311b
Octal14643127010217744716133
Binary1100110100011101011101000010111111110010011100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662357; }

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

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

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

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

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

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

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

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