Html Css Color HEX #64375A Palatinate Purple

📋 copy color: '#64375A'

red 100 ◦ green 55 ◦ blue 90

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

Shades of Palatinate Purple #64375A

Tints of Palatinate Purple #64375A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36.73%

R = 40.82%
G = 22.45%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#64375A (or 0x64375A) is known color: Palatinate Purple. HEX triplet: 64, 37 and 5A. RGB value is (100,55,90). Sum of RGB (Red+Green+Blue) = 100+55+90=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 100 - color contains mainly: red. Hex color #64375A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64375A is #9BC8A5. Grayscale: #484848. Windows color (decimal): -10209446 or 5912420. OLE color: 5912420.

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

Color convert

RGB 100 55 90 -
CMYK 0 0.45 0.10 0.61
HSL 313.33º 0.29% 0.3% -
HSV(B) 313.33º 0.45% 0.39% -
XYZ 8.47 6.18 10.42 -
YUV 72.45 137.91 147.65 -
System Red Green Blue C M Y K H S L
Decimal 100 55 90 0 0.45 0.10 0.61 313.33 0.29 0.3
Hex 64 37 5A 0 2D A 3D 139 1D 1E
Octal 144 67 132 0 55 12 75 471 35 36
Binary 1100100 110111 1011010 0 101101 1010 111101 100111001 11101 11110

Color Harmonies of #64375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64375A

Black with #64375A

Text Example


Text Example

White with #64375A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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