#64295B

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

Shades of Palatinate Purple #64295B

Tints of Palatinate Purple #64295B

Color information

#64295B (or 0x64295B) is unknown color: approx Palatinate Purple. HEX triplet: 64, 29 and 5B. RGB value is (100,41,91). Sum of RGB (Red+Green+Blue) = 100+41+91=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #64295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64295B is #9BD6A4. Grayscale: #404040. Windows color (decimal): -10213029 or 5974372. OLE color: 5974372.

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

Color convert

RGB1004191-
CMYK00.590.090.61
HSL309.15º41.84%27.65%-
HSV(B)309.15º59%39.22%-
XYZ7.945.0510.45-
YUV64.34143.05153.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.10%
GREEN value IS 41 (16.41% from 255) = 17.67%
BLUE value IS 91 (35.94% from 255) = 39.22%
R=43.10%
G=17.67%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100419100.590.090.61309.1541.8427.65
Hex64295B03B93D1352a1c
Octal1445113307311754655234
Binary110010010100110110110111011100111110110011010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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