#642D52

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

Shades of Palatinate Purple #642D52

Tints of Palatinate Purple #642D52

Color information

#642D52 (or 0x642D52) is unknown color: approx Palatinate Purple. HEX triplet: 64, 2D and 52. RGB value is (100,45,82). Sum of RGB (Red+Green+Blue) = 100+45+82=227 (30% of max value = 765). Red value is 100 (39.45% from 255 or 44.05% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 100 - color contains mainly: red. Hex color #642D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642D52 is #9BD2AD. Grayscale: #414141. Windows color (decimal): -10212014 or 5385572. OLE color: 5385572.

HSL color Cylindrical-coordinate representation of color #642D52: hue angle of 319.64º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #642D52 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB1004582-
CMYK00.550.180.61
HSL319.64º37.93%28.43%-
HSV(B)319.64º55%39.22%-
XYZ7.725.28.58-
YUV65.66137.22152.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.05%
GREEN value IS 45 (17.97% from 255) = 19.82%
BLUE value IS 82 (32.42% from 255) = 36.12%
R=44.05%
G=19.82%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100458200.550.180.61319.6437.9328.43
Hex642D52037123D140261c
Octal1445512206722755004634
Binary1100100101101101001001101111001011110110100000010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642D52; }

 p { color: rgb(100,45,82); }

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

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

 a { background-color: rgb(100,45,82); }

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

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

 span { border-color: rgb(100,45,82); }

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