#64325B

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

Shades of Palatinate Purple #64325B

Tints of Palatinate Purple #64325B

Color information

#64325B (or 0x64325B) is unknown color: approx Palatinate Purple. HEX triplet: 64, 32 and 5B. RGB value is (100,50,91). Sum of RGB (Red+Green+Blue) = 100+50+91=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 100 - color contains mainly: red. Hex color #64325B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64325B is #9BCDA4. Grayscale: #454545. Windows color (decimal): -10210725 or 5976676. OLE color: 5976676.

HSL color Cylindrical-coordinate representation of color #64325B: hue angle of 310.8º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64325B is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB1005091-
CMYK00.500.090.61
HSL310.8º33.33%29.41%-
HSV(B)310.8º50%39.22%-
XYZ8.285.7510.57-
YUV69.62140.06149.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.49%
GREEN value IS 50 (19.92% from 255) = 20.75%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=41.49%
G=20.75%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100509100.500.090.61310.833.3329.41
Hex64325B03293D137211d
Octal1446213306211754674135
Binary110010011001010110110110010100111110110011011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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