Html Css Color HEX #701862 Palatinate Purple

📋 copy color: '#701862'

red 112 ◦ green 24 ◦ blue 98

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

Shades of Palatinate Purple #701862

Tints of Palatinate Purple #701862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41.88%

R = 47.86%
G = 10.26%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#701862 (or 0x701862) is known color: Palatinate Purple. HEX triplet: 70, 18 and 62. RGB value is (112,24,98). Sum of RGB (Red+Green+Blue) = 112+24+98=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #701862 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701862 is #8FE79D. Grayscale: #3A3A3A. Windows color (decimal): -9430942 or 6428784. OLE color: 6428784.

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

Color convert

RGB 112 24 98 -
CMYK 0 0.79 0.13 0.56
HSL 309.55º 0.65% 0.27% -
HSV(B) 309.55º 0.79% 0.44% -
XYZ 9.21 4.98 12.03 -
YUV 58.75 150.15 165.98 -
System Red Green Blue C M Y K H S L
Decimal 112 24 98 0 0.79 0.13 0.56 309.55 0.65 0.27
Hex 70 18 62 0 4F D 38 136 41 1B
Octal 160 30 142 0 117 15 70 466 101 33
Binary 1110000 11000 1100010 0 1001111 1101 111000 100110110 1000001 11011

Color Harmonies of #701862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701862

Black with #701862

Text Example


Text Example

White with #701862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701862; }

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

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

background-color css

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

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

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

border-color css

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

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

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