Html Css Color HEX #700E6E Purple

📋 copy color: '#700E6E'

red 112 ◦ green 14 ◦ blue 110

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

Shades of Purple #700E6E

Tints of Purple #700E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 46.61%

R = 47.46%
G = 5.93%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#700E6E (or 0x700E6E) is known color: Purple. HEX triplet: 70, 0E and 6E. RGB value is (112,14,110). Sum of RGB (Red+Green+Blue) = 112+14+110=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #700E6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E6E is #8FF191. Grayscale: #353535. Windows color (decimal): -9433490 or 7212656. OLE color: 7212656.

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

Color convert

RGB 112 14 110 -
CMYK 0 0.88 0.02 0.56
HSL 301.22º 0.78% 0.25% -
HSV(B) 301.22º 0.88% 0.44% -
XYZ 9.65 4.88 15.19 -
YUV 54.25 159.47 169.19 -
System Red Green Blue C M Y K H S L
Decimal 112 14 110 0 0.88 0.02 0.56 301.22 0.78 0.25
Hex 70 E 6E 0 58 2 38 12D 4E 19
Octal 160 16 156 0 130 2 70 455 116 31
Binary 1110000 1110 1101110 0 1011000 10 111000 100101101 1001110 11001

Color Harmonies of #700E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E6E

Black with #700E6E

Text Example


Text Example

White with #700E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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