Html Css Color HEX #64375E Palatinate Purple

📋 copy color: '#64375E'

red 100 ◦ green 55 ◦ blue 94

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

Shades of Palatinate Purple #64375E

Tints of Palatinate Purple #64375E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.09%

 BLUE value IS 94 (37.11% from 255) = 37.75%

R = 40.16%
G = 22.09%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#64375E (or 0x64375E) is known color: Palatinate Purple. HEX triplet: 64, 37 and 5E. RGB value is (100,55,94). Sum of RGB (Red+Green+Blue) = 100+55+94=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 100 - color contains mainly: red. Hex color #64375E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64375E is #9BC8A1. Grayscale: #484848. Windows color (decimal): -10209442 or 6174564. OLE color: 6174564.

HSL color Cylindrical-coordinate representation of color #64375E: hue angle of 308º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64375E is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 55 94 -
CMYK 0 0.45 0.06 0.61
HSL 308º 0.29% 0.3% -
HSV(B) 308º 0.45% 0.39% -
XYZ 8.64 6.25 11.34 -
YUV 72.9 139.91 147.33 -
System Red Green Blue C M Y K H S L
Decimal 100 55 94 0 0.45 0.06 0.61 308 0.29 0.3
Hex 64 37 5E 0 2D 6 3D 134 1D 1E
Octal 144 67 136 0 55 6 75 464 35 36
Binary 1100100 110111 1011110 0 101101 110 111101 100110100 11101 11110

Color Harmonies of #64375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64375E

Black with #64375E

Text Example


Text Example

White with #64375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64375E; }

 p { color: rgb(100,55,94); }

 H1.HeaderClassName
 {
   color: #64375E;
 }
 .AnyTagClassName
 {
   color: #64375E;
 }
</style>

background-color css

<style>
 a { background-color: #64375E; }

 a { background-color: rgb(100,55,94); }

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

border-color css

<style>
 span { border-color: #64375E; }

 span { border-color: rgb(100,55,94); }

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