Html Css Color HEX #64325F Palatinate Purple

📋 copy color: '#64325F'

red 100 ◦ green 50 ◦ blue 95

#64325F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #64325F

Tints of Palatinate Purple #64325F

RGB

 RED value IS 100 (39.45% from 255) = 40.82%

 GREEN value IS 50 (19.92% from 255) = 20.41%

 BLUE value IS 95 (37.5% from 255) = 38.78%

R = 40.82%
G = 20.41%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#64325F (or 0x64325F) is known color: Palatinate Purple. HEX triplet: 64, 32 and 5F. RGB value is (100,50,95). Sum of RGB (Red+Green+Blue) = 100+50+95=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 100 - color contains mainly: red. Hex color #64325F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64325F is #9BCDA0. Grayscale: #454545. Windows color (decimal): -10210721 or 6238820. OLE color: 6238820.

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

Color convert

RGB 100 50 95 -
CMYK 0 0.50 0.05 0.61
HSL 306º 0.33% 0.29% -
HSV(B) 306º 0.5% 0.39% -
XYZ 8.46 5.82 11.5 -
YUV 70.08 142.07 149.34 -
System Red Green Blue C M Y K H S L
Decimal 100 50 95 0 0.50 0.05 0.61 306 0.33 0.29
Hex 64 32 5F 0 32 5 3D 132 21 1D
Octal 144 62 137 0 62 5 75 462 41 35
Binary 1100100 110010 1011111 0 110010 101 111101 100110010 100001 11101

Color Harmonies of #64325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64325F

Black with #64325F

Text Example


Text Example

White with #64325F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64325F;
 }
 .AnyTagClassName
 {
   color: #64325F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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