Html Css Color HEX #64395A Palatinate Purple

📋 copy color: '#64395A'

red 100 ◦ green 57 ◦ blue 90

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

Shades of Palatinate Purple #64395A

Tints of Palatinate Purple #64395A

RGB

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

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

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

R = 40.49%
G = 23.08%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#64395A (or 0x64395A) is known color: Palatinate Purple. HEX triplet: 64, 39 and 5A. RGB value is (100,57,90). Sum of RGB (Red+Green+Blue) = 100+57+90=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 100 - color contains mainly: red. Hex color #64395A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64395A is #9BC6A5. Grayscale: #494949. Windows color (decimal): -10208934 or 5912932. OLE color: 5912932.

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

Color convert

RGB 100 57 90 -
CMYK 0 0.43 0.10 0.61
HSL 313.95º 0.27% 0.31% -
HSV(B) 313.95º 0.43% 0.39% -
XYZ 8.56 6.37 10.45 -
YUV 73.62 137.25 146.82 -
System Red Green Blue C M Y K H S L
Decimal 100 57 90 0 0.43 0.10 0.61 313.95 0.27 0.31
Hex 64 39 5A 0 2B A 3D 13A 1B 1F
Octal 144 71 132 0 53 12 75 472 33 37
Binary 1100100 111001 1011010 0 101011 1010 111101 100111010 11011 11111

Color Harmonies of #64395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64395A

Black with #64395A

Text Example


Text Example

White with #64395A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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