Html Css Color HEX #701457 Palatinate Purple

📋 copy color: '#701457'

red 112 ◦ green 20 ◦ blue 87

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

Shades of Palatinate Purple #701457

Tints of Palatinate Purple #701457

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.13%

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

R = 51.14%
G = 9.13%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#701457 (or 0x701457) is known color: Palatinate Purple. HEX triplet: 70, 14 and 57. RGB value is (112,20,87). Sum of RGB (Red+Green+Blue) = 112+20+87=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 87 (34.38% from 255 or 39.73% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #701457 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701457 is #8FEBA8. Grayscale: #363636. Windows color (decimal): -9431977 or 5706864. OLE color: 5706864.

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

Color convert

RGB 112 20 87 -
CMYK 0 0.82 0.22 0.56
HSL 316.3º 0.7% 0.26% -
HSV(B) 316.3º 0.82% 0.44% -
XYZ 8.65 4.63 9.46 -
YUV 55.15 145.98 168.55 -
System Red Green Blue C M Y K H S L
Decimal 112 20 87 0 0.82 0.22 0.56 316.3 0.7 0.26
Hex 70 14 57 0 52 16 38 13C 46 1A
Octal 160 24 127 0 122 26 70 474 106 32
Binary 1110000 10100 1010111 0 1010010 10110 111000 100111100 1000110 11010

Color Harmonies of #701457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701457

Black with #701457

Text Example


Text Example

White with #701457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701457; }

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

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

background-color css

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

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

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

border-color css

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

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

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