#642D54

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

Shades of Palatinate Purple #642D54

Tints of Palatinate Purple #642D54

Color information

#642D54 (or 0x642D54) is unknown color: approx Palatinate Purple. HEX triplet: 64, 2D and 54. RGB value is (100,45,84). Sum of RGB (Red+Green+Blue) = 100+45+84=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 100 - color contains mainly: red. Hex color #642D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642D54 is #9BD2AB. Grayscale: #414141. Windows color (decimal): -10212012 or 5516644. OLE color: 5516644.

HSL color Cylindrical-coordinate representation of color #642D54: hue angle of 317.45º 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 #642D54 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB1004584-
CMYK00.550.160.61
HSL317.45º37.93%28.43%-
HSV(B)317.45º55%39.22%-
XYZ7.795.238.99-
YUV65.89138.22152.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.67%
GREEN value IS 45 (17.97% from 255) = 19.65%
BLUE value IS 84 (33.20% from 255) = 36.68%
R=43.67%
G=19.65%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100458400.550.160.61317.4537.9328.43
Hex642D54037103D13d261c
Octal1445512406720754754634
Binary1100100101101101010001101111000011110110011110110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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