Html Css Color HEX #700E70 Purple

📋 copy color: '#700E70'

red 112 ◦ green 14 ◦ blue 112

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

Shades of Purple #700E70

Tints of Purple #700E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 47.06%

R = 47.06%
G = 5.88%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#700E70 (or 0x700E70) is known color: Purple. HEX triplet: 70, 0E and 70. RGB value is (112,14,112). Sum of RGB (Red+Green+Blue) = 112+14+112=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #700E70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E70 is #8FF18F. Grayscale: #363636. Windows color (decimal): -9433488 or 7343728. OLE color: 7343728.

HSL color Cylindrical-coordinate representation of color #700E70: hue angle of 300º 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 #700E70 is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 14 112 -
CMYK 0 0.88 0 0.56
HSL 300º 0.78% 0.25% -
HSV(B) 300º 0.88% 0.44% -
XYZ 9.76 4.93 15.77 -
YUV 54.47 160.47 169.03 -
System Red Green Blue C M Y K H S L
Decimal 112 14 112 0 0.88 0 0.56 300 0.78 0.25
Hex 70 E 70 0 58 0 38 12C 4E 19
Octal 160 16 160 0 130 0 70 454 116 31
Binary 1110000 1110 1110000 0 1011000 0 111000 100101100 1001110 11001

Color Harmonies of #700E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E70

Black with #700E70

Text Example


Text Example

White with #700E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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