#642151

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

Shades of Palatinate Purple #642151

Tints of Palatinate Purple #642151

Color information

#642151 (or 0x642151) is unknown color: approx Palatinate Purple. HEX triplet: 64, 21 and 51. RGB value is (100,33,81). Sum of RGB (Red+Green+Blue) = 100+33+81=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #642151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642151 is #9BDEAE. Grayscale: #3A3A3A. Windows color (decimal): -10215087 or 5316964. OLE color: 5316964.

HSL color Cylindrical-coordinate representation of color #642151: hue angle of 317.01º 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 #642151 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB1003381-
CMYK00.670.190.61
HSL317.01º50.38%26.08%-
HSV(B)317.01º67%39.22%-
XYZ7.284.398.25-
YUV58.5140.7157.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.73%
GREEN value IS 33 (13.28% from 255) = 15.42%
BLUE value IS 81 (32.03% from 255) = 37.85%
R=46.73%
G=15.42%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100338100.670.190.61317.0150.3826.08
Hex642151043133D13d321a
Octal14441121010323754756232
Binary11001001000011010001010000111001111110110011110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642151; }

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

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

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

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

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

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

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

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