Html Css Color HEX #701357 Palatinate Purple

📋 copy color: '#701357'

red 112 ◦ green 19 ◦ blue 87

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

Shades of Palatinate Purple #701357

Tints of Palatinate Purple #701357

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.72%

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

R = 51.38%
G = 8.72%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#701357 (or 0x701357) is known color: Palatinate Purple. HEX triplet: 70, 13 and 57. RGB value is (112,19,87). Sum of RGB (Red+Green+Blue) = 112+19+87=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #701357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701357 is #8FECA8. Grayscale: #363636. Windows color (decimal): -9432233 or 5706608. OLE color: 5706608.

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

Color convert

RGB 112 19 87 -
CMYK 0 0.83 0.22 0.56
HSL 316.13º 0.71% 0.26% -
HSV(B) 316.13º 0.83% 0.44% -
XYZ 8.64 4.6 9.45 -
YUV 54.56 146.31 168.97 -
System Red Green Blue C M Y K H S L
Decimal 112 19 87 0 0.83 0.22 0.56 316.13 0.71 0.26
Hex 70 13 57 0 53 16 38 13C 47 1A
Octal 160 23 127 0 123 26 70 474 107 32
Binary 1110000 10011 1010111 0 1010011 10110 111000 100111100 1000111 11010

Color Harmonies of #701357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701357

Black with #701357

Text Example


Text Example

White with #701357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701357; }

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

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

background-color css

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

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

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

border-color css

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

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

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