Html Css Color HEX #701072 Purple

📋 copy color: '#701072'

red 112 ◦ green 16 ◦ blue 114

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

Shades of Purple #701072

Tints of Purple #701072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 47.11%

R = 46.28%
G = 6.61%
B = 47.11%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#701072 (or 0x701072) is known color: Purple. HEX triplet: 70, 10 and 72. RGB value is (112,16,114). Sum of RGB (Red+Green+Blue) = 112+16+114=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #701072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701072 is #8FEF8D. Grayscale: #373737. Windows color (decimal): -9432974 or 7475312. OLE color: 7475312.

HSL color Cylindrical-coordinate representation of color #701072: hue angle of 298.78º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701072 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 16 114 -
CMYK 0.02 0.86 0 0.55
HSL 298.78º 0.75% 0.25% -
HSV(B) 298.78º 0.86% 0.45% -
XYZ 9.9 5.03 16.37 -
YUV 55.88 160.8 168.03 -
System Red Green Blue C M Y K H S L
Decimal 112 16 114 0.02 0.86 0 0.55 298.78 0.75 0.25
Hex 70 10 72 2 56 0 37 12B 4B 19
Octal 160 20 162 2 126 0 67 453 113 31
Binary 1110000 10000 1110010 10 1010110 0 110111 100101011 1001011 11001

Color Harmonies of #701072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701072

Black with #701072

Text Example


Text Example

White with #701072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701072; }

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

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

background-color css

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

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

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

border-color css

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

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

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