Html Css Color HEX #701177 Purple

📋 copy color: '#701177'

red 112 ◦ green 17 ◦ blue 119

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

Shades of Purple #701177

Tints of Purple #701177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.98%

R = 45.16%
G = 6.85%
B = 47.98%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#701177 (or 0x701177) is known color: Purple. HEX triplet: 70, 11 and 77. RGB value is (112,17,119). Sum of RGB (Red+Green+Blue) = 112+17+119=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #701177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701177 is #8FEE88. Grayscale: #383838. Windows color (decimal): -9432713 or 7803248. OLE color: 7803248.

HSL color Cylindrical-coordinate representation of color #701177: hue angle of 295.88º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701177 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 17 119 -
CMYK 0.06 0.86 0 0.53
HSL 295.88º 0.75% 0.27% -
HSV(B) 295.88º 0.86% 0.47% -
XYZ 10.21 5.18 17.91 -
YUV 57.03 162.97 167.21 -
System Red Green Blue C M Y K H S L
Decimal 112 17 119 0.06 0.86 0 0.53 295.88 0.75 0.27
Hex 70 11 77 6 56 0 35 128 4B 1B
Octal 160 21 167 6 126 0 65 450 113 33
Binary 1110000 10001 1110111 110 1010110 0 110101 100101000 1001011 11011

Color Harmonies of #701177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701177

Black with #701177

Text Example


Text Example

White with #701177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701177; }

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

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

background-color css

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

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

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

border-color css

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

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

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