Html Css Color HEX #700EBA Purple Heart

📋 copy color: '#700EBA'

red 112 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #700EBA

Tints of Purple Heart #700EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.62%

R = 35.9%
G = 4.49%
B = 59.62%

CMYK

 C value IS 0.40

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#700EBA (or 0x700EBA) is known color: Purple Heart. HEX triplet: 70, 0E and BA. RGB value is (112,14,186). Sum of RGB (Red+Green+Blue) = 112+14+186=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #700EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700EBA is #8FF145. Grayscale: #3E3E3E. Windows color (decimal): -9433414 or 12193392. OLE color: 12193392.

HSL color Cylindrical-coordinate representation of color #700EBA: hue angle of 274.19º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700EBA is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 14 186 -
CMYK 0.40 0.92 0 0.27
HSL 274.19º 0.86% 0.39% -
HSV(B) 274.19º 0.92% 0.73% -
XYZ 15.7 7.3 47.04 -
YUV 62.91 197.47 163.01 -
System Red Green Blue C M Y K H S L
Decimal 112 14 186 0.40 0.92 0 0.27 274.19 0.86 0.39
Hex 70 E BA 28 5C 0 1B 112 56 27
Octal 160 16 272 50 134 0 33 422 126 47
Binary 1110000 1110 10111010 101000 1011100 0 11011 100010010 1010110 100111

Color Harmonies of #700EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700EBA

Black with #700EBA

Text Example


Text Example

White with #700EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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