Html Css Color HEX #700E72 Purple

📋 copy color: '#700E72'

red 112 ◦ green 14 ◦ blue 114

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

Shades of Purple #700E72

Tints of Purple #700E72

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.83%

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

R = 46.67%
G = 5.83%
B = 47.5%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#700E72 (or 0x700E72) is known color: Purple. HEX triplet: 70, 0E and 72. RGB value is (112,14,114). Sum of RGB (Red+Green+Blue) = 112+14+114=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #700E72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E72 is #8FF18D. Grayscale: #363636. Windows color (decimal): -9433486 or 7474800. OLE color: 7474800.

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

Color convert

RGB 112 14 114 -
CMYK 0.02 0.88 0 0.55
HSL 298.8º 0.78% 0.25% -
HSV(B) 298.8º 0.88% 0.45% -
XYZ 9.88 4.97 16.36 -
YUV 54.7 161.47 168.87 -
System Red Green Blue C M Y K H S L
Decimal 112 14 114 0.02 0.88 0 0.55 298.8 0.78 0.25
Hex 70 E 72 2 58 0 37 12B 4E 19
Octal 160 16 162 2 130 0 67 453 116 31
Binary 1110000 1110 1110010 10 1011000 0 110111 100101011 1001110 11001

Color Harmonies of #700E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E72

Black with #700E72

Text Example


Text Example

White with #700E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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