Html Css Color HEX #701189 Purple

📋 copy color: '#701189'

red 112 ◦ green 17 ◦ blue 137

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

Shades of Purple #701189

Tints of Purple #701189

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.39%

 BLUE value IS 137 (53.91% from 255) = 51.5%

R = 42.11%
G = 6.39%
B = 51.5%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#701189 (or 0x701189) is known color: Purple. HEX triplet: 70, 11 and 89. RGB value is (112,17,137). Sum of RGB (Red+Green+Blue) = 112+17+137=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #701189 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701189 is #8FEE76. Grayscale: #3A3A3A. Windows color (decimal): -9432695 or 8982896. OLE color: 8982896.

HSL color Cylindrical-coordinate representation of color #701189: hue angle of 287.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701189 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 17 137 -
CMYK 0.18 0.88 0 0.46
HSL 287.5º 0.78% 0.3% -
HSV(B) 287.5º 0.88% 0.54% -
XYZ 11.4 5.65 24.16 -
YUV 59.09 171.97 165.74 -
System Red Green Blue C M Y K H S L
Decimal 112 17 137 0.18 0.88 0 0.46 287.5 0.78 0.3
Hex 70 11 89 12 58 0 2E 120 4E 1E
Octal 160 21 211 22 130 0 56 440 116 36
Binary 1110000 10001 10001001 10010 1011000 0 101110 100100000 1001110 11110

Color Harmonies of #701189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701189

Black with #701189

Text Example


Text Example

White with #701189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701189; }

 p { color: rgb(112,17,137); }

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

background-color css

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

 a { background-color: rgb(112,17,137); }

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

border-color css

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

 span { border-color: rgb(112,17,137); }

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