Html Css Color HEX #700EAB Purple Heart

📋 copy color: '#700EAB'

red 112 ◦ green 14 ◦ blue 171

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

Shades of Purple Heart #700EAB

Tints of Purple Heart #700EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.58%

R = 37.71%
G = 4.71%
B = 57.58%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#700EAB (or 0x700EAB) is known color: Purple Heart. HEX triplet: 70, 0E and AB. RGB value is (112,14,171). Sum of RGB (Red+Green+Blue) = 112+14+171=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #700EAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700EAB is #8FF154. Grayscale: #3C3C3C. Windows color (decimal): -9433429 or 11210352. OLE color: 11210352.

HSL color Cylindrical-coordinate representation of color #700EAB: hue angle of 277.45º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700EAB is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 14 171 -
CMYK 0.35 0.92 0 0.33
HSL 277.45º 0.85% 0.36% -
HSV(B) 277.45º 0.92% 0.67% -
XYZ 14.19 6.7 39.07 -
YUV 61.2 189.97 164.23 -
System Red Green Blue C M Y K H S L
Decimal 112 14 171 0.35 0.92 0 0.33 277.45 0.85 0.36
Hex 70 E AB 23 5C 0 21 115 55 24
Octal 160 16 253 43 134 0 41 425 125 44
Binary 1110000 1110 10101011 100011 1011100 0 100001 100010101 1010101 100100

Color Harmonies of #700EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700EAB

Black with #700EAB

Text Example


Text Example

White with #700EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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