Html Css Color HEX #701076 Purple

📋 copy color: '#701076'

red 112 ◦ green 16 ◦ blue 118

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

Shades of Purple #701076

Tints of Purple #701076

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.5%

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

R = 45.53%
G = 6.5%
B = 47.97%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#701076 (or 0x701076) is known color: Purple. HEX triplet: 70, 10 and 76. RGB value is (112,16,118). Sum of RGB (Red+Green+Blue) = 112+16+118=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #701076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701076 is #8FEF89. Grayscale: #383838. Windows color (decimal): -9432970 or 7737456. OLE color: 7737456.

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

Color convert

RGB 112 16 118 -
CMYK 0.05 0.86 0 0.54
HSL 296.47º 0.76% 0.26% -
HSV(B) 296.47º 0.86% 0.46% -
XYZ 10.14 5.12 17.59 -
YUV 56.33 162.8 167.71 -
System Red Green Blue C M Y K H S L
Decimal 112 16 118 0.05 0.86 0 0.54 296.47 0.76 0.26
Hex 70 10 76 5 56 0 36 128 4C 1A
Octal 160 20 166 5 126 0 66 450 114 32
Binary 1110000 10000 1110110 101 1010110 0 110110 100101000 1001100 11010

Color Harmonies of #701076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701076

Black with #701076

Text Example


Text Example

White with #701076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701076; }

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

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

background-color css

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

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

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

border-color css

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

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

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