Html Css Color HEX #701859 Palatinate Purple

📋 copy color: '#701859'

red 112 ◦ green 24 ◦ blue 89

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

Shades of Palatinate Purple #701859

Tints of Palatinate Purple #701859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.67%

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

R = 49.78%
G = 10.67%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#701859 (or 0x701859) is known color: Palatinate Purple. HEX triplet: 70, 18 and 59. RGB value is (112,24,89). Sum of RGB (Red+Green+Blue) = 112+24+89=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #701859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701859 is #8FE7A6. Grayscale: #393939. Windows color (decimal): -9430951 or 5838960. OLE color: 5838960.

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

Color convert

RGB 112 24 89 -
CMYK 0 0.79 0.21 0.56
HSL 315.68º 0.65% 0.27% -
HSV(B) 315.68º 0.79% 0.44% -
XYZ 8.81 4.82 9.92 -
YUV 57.72 145.65 166.71 -
System Red Green Blue C M Y K H S L
Decimal 112 24 89 0 0.79 0.21 0.56 315.68 0.65 0.27
Hex 70 18 59 0 4F 15 38 13C 41 1B
Octal 160 30 131 0 117 25 70 474 101 33
Binary 1110000 11000 1011001 0 1001111 10101 111000 100111100 1000001 11011

Color Harmonies of #701859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701859

Black with #701859

Text Example


Text Example

White with #701859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701859; }

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

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

background-color css

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

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

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

border-color css

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

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

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