Html Css Color HEX #700E8C Purple

📋 copy color: '#700E8C'

red 112 ◦ green 14 ◦ blue 140

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

Shades of Purple #700E8C

Tints of Purple #700E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.63%

R = 42.11%
G = 5.26%
B = 52.63%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#700E8C (or 0x700E8C) is known color: Purple. HEX triplet: 70, 0E and 8C. RGB value is (112,14,140). Sum of RGB (Red+Green+Blue) = 112+14+140=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #700E8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700E8C is #8FF173. Grayscale: #393939. Windows color (decimal): -9433460 or 9178736. OLE color: 9178736.

HSL color Cylindrical-coordinate representation of color #700E8C: hue angle of 286.67º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700E8C is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 14 140 -
CMYK 0.20 0.90 0 0.45
HSL 286.67º 0.82% 0.3% -
HSV(B) 286.67º 0.9% 0.55% -
XYZ 11.57 5.65 25.29 -
YUV 57.67 174.47 166.75 -
System Red Green Blue C M Y K H S L
Decimal 112 14 140 0.20 0.90 0 0.45 286.67 0.82 0.3
Hex 70 E 8C 14 5A 0 2D 11F 52 1E
Octal 160 16 214 24 132 0 55 437 122 36
Binary 1110000 1110 10001100 10100 1011010 0 101101 100011111 1010010 11110

Color Harmonies of #700E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700E8C

Black with #700E8C

Text Example


Text Example

White with #700E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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