Html Css Color HEX #64405F Palatinate Purple

📋 copy color: '#64405F'

red 100 ◦ green 64 ◦ blue 95

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

Shades of Palatinate Purple #64405F

Tints of Palatinate Purple #64405F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.71%

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

R = 38.61%
G = 24.71%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#64405F (or 0x64405F) is known color: Palatinate Purple. HEX triplet: 64, 40 and 5F. RGB value is (100,64,95). Sum of RGB (Red+Green+Blue) = 100+64+95=259 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.61% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 100 - color contains mainly: red. Hex color #64405F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64405F is #9BBFA0. Grayscale: #4E4E4E. Windows color (decimal): -10207137 or 6242404. OLE color: 6242404.

HSL color Cylindrical-coordinate representation of color #64405F: hue angle of 308.33º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64405F is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 64 95 -
CMYK 0 0.36 0.05 0.61
HSL 308.33º 0.22% 0.32% -
HSV(B) 308.33º 0.36% 0.39% -
XYZ 9.15 7.2 11.73 -
YUV 78.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 100 64 95 0 0.36 0.05 0.61 308.33 0.22 0.32
Hex 64 40 5F 0 24 5 3D 134 16 20
Octal 144 100 137 0 44 5 75 464 26 40
Binary 1100100 1000000 1011111 0 100100 101 111101 100110100 10110 100000

Color Harmonies of #64405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64405F

Black with #64405F

Text Example


Text Example

White with #64405F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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