Html Css Color HEX #701187 Purple

📋 copy color: '#701187'

red 112 ◦ green 17 ◦ blue 135

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

Shades of Purple #701187

Tints of Purple #701187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 51.14%

R = 42.42%
G = 6.44%
B = 51.14%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#701187 (or 0x701187) is known color: Purple. HEX triplet: 70, 11 and 87. RGB value is (112,17,135). Sum of RGB (Red+Green+Blue) = 112+17+135=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #701187 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701187 is #8FEE78. Grayscale: #3A3A3A. Windows color (decimal): -9432697 or 8851824. OLE color: 8851824.

HSL color Cylindrical-coordinate representation of color #701187: hue angle of 288.31º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #701187 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 17 135 -
CMYK 0.17 0.87 0 0.47
HSL 288.31º 0.78% 0.3% -
HSV(B) 288.31º 0.87% 0.53% -
XYZ 11.26 5.59 23.41 -
YUV 58.86 170.97 165.91 -
System Red Green Blue C M Y K H S L
Decimal 112 17 135 0.17 0.87 0 0.47 288.31 0.78 0.3
Hex 70 11 87 11 57 0 2F 120 4E 1E
Octal 160 21 207 21 127 0 57 440 116 36
Binary 1110000 10001 10000111 10001 1010111 0 101111 100100000 1001110 11110

Color Harmonies of #701187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701187

Black with #701187

Text Example


Text Example

White with #701187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701187; }

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

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

background-color css

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

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

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

border-color css

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

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

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