#644260

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

Shades of Palatinate Purple #644260

Tints of Palatinate Purple #644260

Color information

#644260 (or 0x644260) is unknown color: approx Palatinate Purple. HEX triplet: 64, 42 and 60. RGB value is (100,66,96). Sum of RGB (Red+Green+Blue) = 100+66+96=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 100 - color contains mainly: red. Hex color #644260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644260 is #9BBD9F. Grayscale: #4F4F4F. Windows color (decimal): -10206624 or 6308452. OLE color: 6308452.

HSL color Cylindrical-coordinate representation of color #644260: hue angle of 307.06º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #644260 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB1006696-
CMYK00.340.040.61
HSL307.06º20.48%32.55%-
HSV(B)307.06º34%39.22%-
XYZ9.327.4512.01-
YUV79.59137.26142.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.17%
GREEN value IS 66 (26.17% from 255) = 25.19%
BLUE value IS 96 (37.89% from 255) = 36.64%
R=38.17%
G=25.19%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100669600.340.040.61307.0620.4832.55
Hex64426002243D1331421
Octal1441021400424754632441
Binary110010010000101100000010001010011110110011001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644260; }

 p { color: rgb(100,66,96); }

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

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

 a { background-color: rgb(100,66,96); }

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

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

 span { border-color: rgb(100,66,96); }

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