Html Css Color HEX #701259 Palatinate Purple

📋 copy color: '#701259'

red 112 ◦ green 18 ◦ blue 89

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

Shades of Palatinate Purple #701259

Tints of Palatinate Purple #701259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 40.64%

R = 51.14%
G = 8.22%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#701259 (or 0x701259) is known color: Palatinate Purple. HEX triplet: 70, 12 and 59. RGB value is (112,18,89). Sum of RGB (Red+Green+Blue) = 112+18+89=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #701259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701259 is #8FEDA6. Grayscale: #363636. Windows color (decimal): -9432487 or 5837424. OLE color: 5837424.

HSL color Cylindrical-coordinate representation of color #701259: hue angle of 314.68º 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 #701259 is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 18 89 -
CMYK 0 0.84 0.21 0.56
HSL 314.68º 0.72% 0.25% -
HSV(B) 314.68º 0.84% 0.44% -
XYZ 8.7 4.6 9.88 -
YUV 54.2 147.64 169.23 -
System Red Green Blue C M Y K H S L
Decimal 112 18 89 0 0.84 0.21 0.56 314.68 0.72 0.25
Hex 70 12 59 0 54 15 38 13B 48 19
Octal 160 22 131 0 124 25 70 473 110 31
Binary 1110000 10010 1011001 0 1010100 10101 111000 100111011 1001000 11001

Color Harmonies of #701259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701259

Black with #701259

Text Example


Text Example

White with #701259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701259; }

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

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

background-color css

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

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

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

border-color css

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

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

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