Html Css Color HEX #64375C Palatinate Purple

📋 copy color: '#64375C'

red 100 ◦ green 55 ◦ blue 92

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

Shades of Palatinate Purple #64375C

Tints of Palatinate Purple #64375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.25%

R = 40.49%
G = 22.27%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#64375C (or 0x64375C) is known color: Palatinate Purple. HEX triplet: 64, 37 and 5C. RGB value is (100,55,92). Sum of RGB (Red+Green+Blue) = 100+55+92=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 100 - color contains mainly: red. Hex color #64375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64375C is #9BC8A3. Grayscale: #484848. Windows color (decimal): -10209444 or 6043492. OLE color: 6043492.

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

Color convert

RGB 100 55 92 -
CMYK 0 0.45 0.08 0.61
HSL 310.67º 0.29% 0.3% -
HSV(B) 310.67º 0.45% 0.39% -
XYZ 8.55 6.21 10.87 -
YUV 72.67 138.91 147.49 -
System Red Green Blue C M Y K H S L
Decimal 100 55 92 0 0.45 0.08 0.61 310.67 0.29 0.3
Hex 64 37 5C 0 2D 8 3D 137 1D 1E
Octal 144 67 134 0 55 10 75 467 35 36
Binary 1100100 110111 1011100 0 101101 1000 111101 100110111 11101 11110

Color Harmonies of #64375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64375C

Black with #64375C

Text Example


Text Example

White with #64375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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