Html Css Color HEX #701957 Palatinate Purple

📋 copy color: '#701957'

red 112 ◦ green 25 ◦ blue 87

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

Shades of Palatinate Purple #701957

Tints of Palatinate Purple #701957

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.16%

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

R = 50%
G = 11.16%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#701957 (or 0x701957) is known color: Palatinate Purple. HEX triplet: 70, 19 and 57. RGB value is (112,25,87). Sum of RGB (Red+Green+Blue) = 112+25+87=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #701957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701957 is #8FE6A8. Grayscale: #393939. Windows color (decimal): -9430697 or 5708144. OLE color: 5708144.

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

Color convert

RGB 112 25 87 -
CMYK 0 0.78 0.22 0.56
HSL 317.24º 0.64% 0.27% -
HSV(B) 317.24º 0.78% 0.44% -
XYZ 8.75 4.83 9.49 -
YUV 58.08 144.32 166.46 -
System Red Green Blue C M Y K H S L
Decimal 112 25 87 0 0.78 0.22 0.56 317.24 0.64 0.27
Hex 70 19 57 0 4E 16 38 13D 40 1B
Octal 160 31 127 0 116 26 70 475 100 33
Binary 1110000 11001 1010111 0 1001110 10110 111000 100111101 1000000 11011

Color Harmonies of #701957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701957

Black with #701957

Text Example


Text Example

White with #701957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701957; }

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

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

background-color css

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

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

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

border-color css

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

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

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