Html Css Color HEX #701257 Palatinate Purple

📋 copy color: '#701257'

red 112 ◦ green 18 ◦ blue 87

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

Shades of Palatinate Purple #701257

Tints of Palatinate Purple #701257

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.29%

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

R = 51.61%
G = 8.29%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#701257 (or 0x701257) is known color: Palatinate Purple. HEX triplet: 70, 12 and 57. RGB value is (112,18,87). Sum of RGB (Red+Green+Blue) = 112+18+87=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #701257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701257 is #8FEDA8. Grayscale: #353535. Windows color (decimal): -9432489 or 5706352. OLE color: 5706352.

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

Color convert

RGB 112 18 87 -
CMYK 0 0.84 0.22 0.56
HSL 315.96º 0.72% 0.25% -
HSV(B) 315.96º 0.84% 0.44% -
XYZ 8.62 4.57 9.44 -
YUV 53.97 146.64 169.39 -
System Red Green Blue C M Y K H S L
Decimal 112 18 87 0 0.84 0.22 0.56 315.96 0.72 0.25
Hex 70 12 57 0 54 16 38 13C 48 19
Octal 160 22 127 0 124 26 70 474 110 31
Binary 1110000 10010 1010111 0 1010100 10110 111000 100111100 1001000 11001

Color Harmonies of #701257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701257

Black with #701257

Text Example


Text Example

White with #701257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701257; }

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

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

background-color css

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

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

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

border-color css

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

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

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