Html Css Color HEX #700E89 Purple

📋 copy color: '#700E89'

red 112 ◦ green 14 ◦ blue 137

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

Shades of Purple #700E89

Tints of Purple #700E89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 52.09%

R = 42.59%
G = 5.32%
B = 52.09%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#700E89 (or 0x700E89) is known color: Purple. HEX triplet: 70, 0E and 89. RGB value is (112,14,137). Sum of RGB (Red+Green+Blue) = 112+14+137=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #700E89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700E89 is #8FF176. Grayscale: #383838. Windows color (decimal): -9433463 or 8982128. OLE color: 8982128.

HSL color Cylindrical-coordinate representation of color #700E89: hue angle of 287.8º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700E89 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 112 14 137 -
CMYK 0.18 0.90 0 0.46
HSL 287.8º 0.81% 0.3% -
HSV(B) 287.8º 0.9% 0.54% -
XYZ 11.35 5.56 24.14 -
YUV 57.32 172.97 167 -
System Red Green Blue C M Y K H S L
Decimal 112 14 137 0.18 0.90 0 0.46 287.8 0.81 0.3
Hex 70 E 89 12 5A 0 2E 120 51 1E
Octal 160 16 211 22 132 0 56 440 121 36
Binary 1110000 1110 10001001 10010 1011010 0 101110 100100000 1010001 11110

Color Harmonies of #700E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E89

Black with #700E89

Text Example


Text Example

White with #700E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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