Html Css Color HEX #701A57 Palatinate Purple

📋 copy color: '#701A57'

red 112 ◦ green 26 ◦ blue 87

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

Shades of Palatinate Purple #701A57

Tints of Palatinate Purple #701A57

RGB

 RED value IS 112 (44.14% from 255) = 49.78%

 GREEN value IS 26 (10.55% from 255) = 11.56%

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

R = 49.78%
G = 11.56%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#701A57 (or 0x701A57) is known color: Palatinate Purple. HEX triplet: 70, 1A and 57. RGB value is (112,26,87). Sum of RGB (Red+Green+Blue) = 112+26+87=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #701A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701A57 is #8FE5A8. Grayscale: #3A3A3A. Windows color (decimal): -9430441 or 5708400. OLE color: 5708400.

HSL color Cylindrical-coordinate representation of color #701A57: hue angle of 317.44º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #701A57 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 26 87 -
CMYK 0 0.77 0.22 0.56
HSL 317.44º 0.62% 0.27% -
HSV(B) 317.44º 0.77% 0.44% -
XYZ 8.77 4.87 9.49 -
YUV 58.67 143.99 166.04 -
System Red Green Blue C M Y K H S L
Decimal 112 26 87 0 0.77 0.22 0.56 317.44 0.62 0.27
Hex 70 1A 57 0 4D 16 38 13D 3E 1B
Octal 160 32 127 0 115 26 70 475 76 33
Binary 1110000 11010 1010111 0 1001101 10110 111000 100111101 111110 11011

Color Harmonies of #701A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701A57

Black with #701A57

Text Example


Text Example

White with #701A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,26,87); }

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

background-color css

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

 a { background-color: rgb(112,26,87); }

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

border-color css

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

 span { border-color: rgb(112,26,87); }

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