#64265B

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

Shades of Palatinate Purple #64265B

Tints of Palatinate Purple #64265B

Color information

#64265B (or 0x64265B) is unknown color: approx Palatinate Purple. HEX triplet: 64, 26 and 5B. RGB value is (100,38,91). Sum of RGB (Red+Green+Blue) = 100+38+91=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 100 - color contains mainly: red. Hex color #64265B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64265B is #9BD9A4. Grayscale: #3E3E3E. Windows color (decimal): -10213797 or 5973604. OLE color: 5973604.

HSL color Cylindrical-coordinate representation of color #64265B: hue angle of 308.71º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64265B is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB1003891-
CMYK00.620.090.61
HSL308.71º44.93%27.06%-
HSV(B)308.71º62%39.22%-
XYZ7.844.8510.42-
YUV62.58144.04154.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.67%
GREEN value IS 38 (15.23% from 255) = 16.59%
BLUE value IS 91 (35.94% from 255) = 39.74%
R=43.67%
G=16.59%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100389100.620.090.61308.7144.9327.06
Hex64265B03E93D1352d1b
Octal1444613307611754655533
Binary110010010011010110110111110100111110110011010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64265B; }

 p { color: rgb(100,38,91); }

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

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

 a { background-color: rgb(100,38,91); }

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

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

 span { border-color: rgb(100,38,91); }

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