Html Css Color HEX #701178 Purple

📋 copy color: '#701178'

red 112 ◦ green 17 ◦ blue 120

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

Shades of Purple #701178

Tints of Purple #701178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 48.19%

R = 44.98%
G = 6.83%
B = 48.19%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#701178 (or 0x701178) is known color: Purple. HEX triplet: 70, 11 and 78. RGB value is (112,17,120). Sum of RGB (Red+Green+Blue) = 112+17+120=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 120 - color contains mainly: blue. Hex color #701178 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701178 is #8FEE87. Grayscale: #383838. Windows color (decimal): -9432712 or 7868784. OLE color: 7868784.

HSL color Cylindrical-coordinate representation of color #701178: hue angle of 295.34º 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 #701178 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 17 120 -
CMYK 0.07 0.86 0 0.53
HSL 295.34º 0.75% 0.27% -
HSV(B) 295.34º 0.86% 0.47% -
XYZ 10.27 5.2 18.23 -
YUV 57.15 163.47 167.12 -
System Red Green Blue C M Y K H S L
Decimal 112 17 120 0.07 0.86 0 0.53 295.34 0.75 0.27
Hex 70 11 78 7 56 0 35 127 4B 1B
Octal 160 21 170 7 126 0 65 447 113 33
Binary 1110000 10001 1111000 111 1010110 0 110101 100100111 1001011 11011

Color Harmonies of #701178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701178

Black with #701178

Text Example


Text Example

White with #701178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701178; }

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

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

background-color css

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

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

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

border-color css

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

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

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