Html Css Color HEX #640A57 Palatinate Purple

📋 copy color: '#640A57'

red 100 ◦ green 10 ◦ blue 87

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

Shades of Palatinate Purple #640A57

Tints of Palatinate Purple #640A57

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.08%

 BLUE value IS 87 (34.38% from 255) = 44.16%

R = 50.76%
G = 5.08%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#640A57 (or 0x640A57) is known color: Palatinate Purple. HEX triplet: 64, 0A and 57. RGB value is (100,10,87). Sum of RGB (Red+Green+Blue) = 100+10+87=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #640A57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640A57 is #9BF5A8. Grayscale: #2D2D2D. Windows color (decimal): -10220969 or 5704292. OLE color: 5704292.

HSL color Cylindrical-coordinate representation of color #640A57: hue angle of 308.67º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640A57 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 10 87 -
CMYK 0 0.90 0.13 0.61
HSL 308.67º 0.82% 0.22% -
HSV(B) 308.67º 0.9% 0.39% -
XYZ 7.08 3.61 9.34 -
YUV 45.69 151.32 166.74 -
System Red Green Blue C M Y K H S L
Decimal 100 10 87 0 0.90 0.13 0.61 308.67 0.82 0.22
Hex 64 A 57 0 5A D 3D 135 52 16
Octal 144 12 127 0 132 15 75 465 122 26
Binary 1100100 1010 1010111 0 1011010 1101 111101 100110101 1010010 10110

Color Harmonies of #640A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640A57

Black with #640A57

Text Example


Text Example

White with #640A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640A57; }

 p { color: rgb(100,10,87); }

 H1.HeaderClassName
 {
   color: #640A57;
 }
 .AnyTagClassName
 {
   color: #640A57;
 }
</style>

background-color css

<style>
 a { background-color: #640A57; }

 a { background-color: rgb(100,10,87); }

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

border-color css

<style>
 span { border-color: #640A57; }

 span { border-color: rgb(100,10,87); }

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