#642157

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

Shades of Palatinate Purple #642157

Tints of Palatinate Purple #642157

Color information

#642157 (or 0x642157) is unknown color: approx Palatinate Purple. HEX triplet: 64, 21 and 57. RGB value is (100,33,87). Sum of RGB (Red+Green+Blue) = 100+33+87=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 100 - color contains mainly: red. Hex color #642157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642157 is #9BDEA8. Grayscale: #3B3B3B. Windows color (decimal): -10215081 or 5710180. OLE color: 5710180.

HSL color Cylindrical-coordinate representation of color #642157: hue angle of 311.64º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #642157 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB1003387-
CMYK00.670.130.61
HSL311.64º50.38%26.08%-
HSV(B)311.64º67%39.22%-
XYZ7.524.499.49-
YUV59.19143.7157.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.45%
GREEN value IS 33 (13.28% from 255) = 15%
BLUE value IS 87 (34.38% from 255) = 39.55%
R=45.45%
G=15%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100338700.670.130.61311.6450.3826.08
Hex642157043D3D138321a
Octal14441127010315754706232
Binary1100100100001101011101000011110111110110011100011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642157; }

 p { color: rgb(100,33,87); }

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

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

 a { background-color: rgb(100,33,87); }

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

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

 span { border-color: rgb(100,33,87); }

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