#64275D

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

Shades of Palatinate Purple #64275D

Tints of Palatinate Purple #64275D

Color information

#64275D (or 0x64275D) is unknown color: approx Palatinate Purple. HEX triplet: 64, 27 and 5D. RGB value is (100,39,93). Sum of RGB (Red+Green+Blue) = 100+39+93=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #64275D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64275D is #9BD8A2. Grayscale: #3F3F3F. Windows color (decimal): -10213539 or 6104932. OLE color: 6104932.

HSL color Cylindrical-coordinate representation of color #64275D: hue angle of 306.89º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64275D is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB1003993-
CMYK00.610.070.61
HSL306.89º43.88%27.25%-
HSV(B)306.89º61%39.22%-
XYZ7.964.9510.89-
YUV63.4144.71154.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.10%
GREEN value IS 39 (15.62% from 255) = 16.81%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=43.10%
G=16.81%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100399300.610.070.61306.8943.8827.25
Hex64275D03D73D1332c1b
Octal144471350757754635433
Binary11001001001111011101011110111111110110011001110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64275D; }

 p { color: rgb(100,39,93); }

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

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

 a { background-color: rgb(100,39,93); }

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

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

 span { border-color: rgb(100,39,93); }

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