Html Css Color HEX #701857 Palatinate Purple

📋 copy color: '#701857'

red 112 ◦ green 24 ◦ blue 87

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

Shades of Palatinate Purple #701857

Tints of Palatinate Purple #701857

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.76%

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

R = 50.22%
G = 10.76%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#701857 (or 0x701857) is known color: Palatinate Purple. HEX triplet: 70, 18 and 57. RGB value is (112,24,87). Sum of RGB (Red+Green+Blue) = 112+24+87=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #701857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701857 is #8FE7A8. Grayscale: #393939. Windows color (decimal): -9430953 or 5707888. OLE color: 5707888.

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

Color convert

RGB 112 24 87 -
CMYK 0 0.79 0.22 0.56
HSL 317.05º 0.65% 0.27% -
HSV(B) 317.05º 0.79% 0.44% -
XYZ 8.73 4.79 9.48 -
YUV 57.49 144.65 166.88 -
System Red Green Blue C M Y K H S L
Decimal 112 24 87 0 0.79 0.22 0.56 317.05 0.65 0.27
Hex 70 18 57 0 4F 16 38 13D 41 1B
Octal 160 30 127 0 117 26 70 475 101 33
Binary 1110000 11000 1010111 0 1001111 10110 111000 100111101 1000001 11011

Color Harmonies of #701857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701857

Black with #701857

Text Example


Text Example

White with #701857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701857; }

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

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

background-color css

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

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

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

border-color css

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

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

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