Html Css Color HEX #700E71 Purple

📋 copy color: '#700E71'

red 112 ◦ green 14 ◦ blue 113

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

Shades of Purple #700E71

Tints of Purple #700E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 47.28%

R = 46.86%
G = 5.86%
B = 47.28%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#700E71 (or 0x700E71) is known color: Purple. HEX triplet: 70, 0E and 71. RGB value is (112,14,113). Sum of RGB (Red+Green+Blue) = 112+14+113=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #700E71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E71 is #8FF18E. Grayscale: #363636. Windows color (decimal): -9433487 or 7409264. OLE color: 7409264.

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

Color convert

RGB 112 14 113 -
CMYK 0.01 0.88 0 0.56
HSL 299.39º 0.78% 0.25% -
HSV(B) 299.39º 0.88% 0.44% -
XYZ 9.82 4.95 16.06 -
YUV 54.59 160.97 168.95 -
System Red Green Blue C M Y K H S L
Decimal 112 14 113 0.01 0.88 0 0.56 299.39 0.78 0.25
Hex 70 E 71 1 58 0 38 12B 4E 19
Octal 160 16 161 1 130 0 70 453 116 31
Binary 1110000 1110 1110001 1 1011000 0 111000 100101011 1001110 11001

Color Harmonies of #700E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E71

Black with #700E71

Text Example


Text Example

White with #700E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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