#640E53

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

Shades of Palatinate Purple #640E53

Tints of Palatinate Purple #640E53

Color information

#640E53 (or 0x640E53) is unknown color: approx Palatinate Purple. HEX triplet: 64, 0E and 53. RGB value is (100,14,83). Sum of RGB (Red+Green+Blue) = 100+14+83=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #640E53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640E53 is #9BF1AC. Grayscale: #2F2F2F. Windows color (decimal): -10219949 or 5443172. OLE color: 5443172.

HSL color Cylindrical-coordinate representation of color #640E53: hue angle of 311.86º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #640E53 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB1001483-
CMYK00.860.170.61
HSL311.86º75.44%22.35%-
HSV(B)311.86º86%39.22%-
XYZ6.973.658.52-
YUV47.58147.99165.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50.76%
GREEN value IS 14 (5.86% from 255) = 7.11%
BLUE value IS 83 (32.81% from 255) = 42.13%
R=50.76%
G=7.11%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100148300.860.170.61311.8675.4422.35
Hex64E53056113D1384b16
Octal144161230126217547011326
Binary1100100111010100110101011010001111101100111000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640E53; }

 p { color: rgb(100,14,83); }

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

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

 a { background-color: rgb(100,14,83); }

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

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

 span { border-color: rgb(100,14,83); }

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