#642054

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

Shades of Palatinate Purple #642054

Tints of Palatinate Purple #642054

Color information

#642054 (or 0x642054) is unknown color: approx Palatinate Purple. HEX triplet: 64, 20 and 54. RGB value is (100,32,84). Sum of RGB (Red+Green+Blue) = 100+32+84=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 100 - color contains mainly: red. Hex color #642054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642054 is #9BDFAB. Grayscale: #3A3A3A. Windows color (decimal): -10215340 or 5513316. OLE color: 5513316.

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

Color convert

RGB1003284-
CMYK00.680.160.61
HSL314.12º51.52%25.88%-
HSV(B)314.12º68%39.22%-
XYZ7.374.388.84-
YUV58.26142.53157.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.30%
GREEN value IS 32 (12.89% from 255) = 14.81%
BLUE value IS 84 (33.20% from 255) = 38.89%
R=46.30%
G=14.81%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100328400.680.160.61314.1251.5225.88
Hex642054044103D13a341a
Octal14440124010420754726432
Binary11001001000001010100010001001000011110110011101011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642054; }

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

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

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

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

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

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

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

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