Html Css Color HEX #700EBC Purple Heart

📋 copy color: '#700EBC'

red 112 ◦ green 14 ◦ blue 188

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

Shades of Purple Heart #700EBC

Tints of Purple Heart #700EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.87%

R = 35.67%
G = 4.46%
B = 59.87%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#700EBC (or 0x700EBC) is known color: Purple Heart. HEX triplet: 70, 0E and BC. RGB value is (112,14,188). Sum of RGB (Red+Green+Blue) = 112+14+188=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #700EBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700EBC is #8FF143. Grayscale: #3E3E3E. Windows color (decimal): -9433412 or 12324464. OLE color: 12324464.

HSL color Cylindrical-coordinate representation of color #700EBC: hue angle of 273.79º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700EBC is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 14 188 -
CMYK 0.40 0.93 0 0.26
HSL 273.79º 0.86% 0.4% -
HSV(B) 273.79º 0.93% 0.74% -
XYZ 15.92 7.39 48.16 -
YUV 63.14 198.47 162.85 -
System Red Green Blue C M Y K H S L
Decimal 112 14 188 0.40 0.93 0 0.26 273.79 0.86 0.4
Hex 70 E BC 28 5D 0 1A 112 56 28
Octal 160 16 274 50 135 0 32 422 126 50
Binary 1110000 1110 10111100 101000 1011101 0 11010 100010010 1010110 101000

Color Harmonies of #700EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700EBC

Black with #700EBC

Text Example


Text Example

White with #700EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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