#64325C

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

Shades of Palatinate Purple #64325C

Tints of Palatinate Purple #64325C

Color information

#64325C (or 0x64325C) is unknown color: approx Palatinate Purple. HEX triplet: 64, 32 and 5C. RGB value is (100,50,92). Sum of RGB (Red+Green+Blue) = 100+50+92=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 100 - color contains mainly: red. Hex color #64325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64325C is #9BCDA3. Grayscale: #454545. Windows color (decimal): -10210724 or 6042212. OLE color: 6042212.

HSL color Cylindrical-coordinate representation of color #64325C: hue angle of 309.6º 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 #64325C is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB1005092-
CMYK00.500.080.61
HSL309.6º33.33%29.41%-
HSV(B)309.6º50%39.22%-
XYZ8.335.7610.8-
YUV69.74140.56149.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.32%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 92 (36.33% from 255) = 38.02%
R=41.32%
G=20.66%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100509200.500.080.61309.633.3329.41
Hex64325C03283D136211d
Octal1446213406210754664135
Binary110010011001010111000110010100011110110011011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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