Html Css Color HEX #700E94 Purple

📋 copy color: '#700E94'

red 112 ◦ green 14 ◦ blue 148

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

Shades of Purple #700E94

Tints of Purple #700E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.01%

R = 40.88%
G = 5.11%
B = 54.01%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#700E94 (or 0x700E94) is known color: Purple. HEX triplet: 70, 0E and 94. RGB value is (112,14,148). Sum of RGB (Red+Green+Blue) = 112+14+148=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #700E94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700E94 is #8FF16B. Grayscale: #3A3A3A. Windows color (decimal): -9433452 or 9703024. OLE color: 9703024.

HSL color Cylindrical-coordinate representation of color #700E94: hue angle of 283.88º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700E94 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 14 148 -
CMYK 0.24 0.91 0 0.42
HSL 283.88º 0.83% 0.32% -
HSV(B) 283.88º 0.91% 0.58% -
XYZ 12.18 5.9 28.51 -
YUV 58.58 178.47 166.1 -
System Red Green Blue C M Y K H S L
Decimal 112 14 148 0.24 0.91 0 0.42 283.88 0.83 0.32
Hex 70 E 94 18 5B 0 2A 11C 53 20
Octal 160 16 224 30 133 0 52 434 123 40
Binary 1110000 1110 10010100 11000 1011011 0 101010 100011100 1010011 100000

Color Harmonies of #700E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E94

Black with #700E94

Text Example


Text Example

White with #700E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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