Html Css Color HEX #701576 Purple

📋 copy color: '#701576'

red 112 ◦ green 21 ◦ blue 118

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

Shades of Purple #701576

Tints of Purple #701576

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.37%

 BLUE value IS 118 (46.48% from 255) = 47.01%

R = 44.62%
G = 8.37%
B = 47.01%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#701576 (or 0x701576) is known color: Purple. HEX triplet: 70, 15 and 76. RGB value is (112,21,118). Sum of RGB (Red+Green+Blue) = 112+21+118=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #701576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701576 is #8FEA89. Grayscale: #3A3A3A. Windows color (decimal): -9431690 or 7738736. OLE color: 7738736.

HSL color Cylindrical-coordinate representation of color #701576: hue angle of 296.29º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701576 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 21 118 -
CMYK 0.05 0.82 0 0.54
HSL 296.29º 0.7% 0.27% -
HSV(B) 296.29º 0.82% 0.46% -
XYZ 10.22 5.29 17.62 -
YUV 59.27 161.15 165.61 -
System Red Green Blue C M Y K H S L
Decimal 112 21 118 0.05 0.82 0 0.54 296.29 0.7 0.27
Hex 70 15 76 5 52 0 36 128 46 1B
Octal 160 25 166 5 122 0 66 450 106 33
Binary 1110000 10101 1110110 101 1010010 0 110110 100101000 1000110 11011

Color Harmonies of #701576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701576

Black with #701576

Text Example


Text Example

White with #701576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701576; }

 p { color: rgb(112,21,118); }

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

background-color css

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

 a { background-color: rgb(112,21,118); }

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

border-color css

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

 span { border-color: rgb(112,21,118); }

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