Html Css Color HEX #64395F Palatinate Purple

📋 copy color: '#64395F'

red 100 ◦ green 57 ◦ blue 95

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

Shades of Palatinate Purple #64395F

Tints of Palatinate Purple #64395F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.62%

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

R = 39.68%
G = 22.62%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#64395F (or 0x64395F) is known color: Palatinate Purple. HEX triplet: 64, 39 and 5F. RGB value is (100,57,95). Sum of RGB (Red+Green+Blue) = 100+57+95=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 100 - color contains mainly: red. Hex color #64395F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64395F is #9BC6A0. Grayscale: #4A4A4A. Windows color (decimal): -10208929 or 6240612. OLE color: 6240612.

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

Color convert

RGB 100 57 95 -
CMYK 0 0.43 0.05 0.61
HSL 306.98º 0.27% 0.31% -
HSV(B) 306.98º 0.43% 0.39% -
XYZ 8.78 6.46 11.61 -
YUV 74.19 139.75 146.41 -
System Red Green Blue C M Y K H S L
Decimal 100 57 95 0 0.43 0.05 0.61 306.98 0.27 0.31
Hex 64 39 5F 0 2B 5 3D 133 1B 1F
Octal 144 71 137 0 53 5 75 463 33 37
Binary 1100100 111001 1011111 0 101011 101 111101 100110011 11011 11111

Color Harmonies of #64395F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64395F

Black with #64395F

Text Example


Text Example

White with #64395F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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