Html Css Color HEX #700EB2 Purple Heart

📋 copy color: '#700EB2'

red 112 ◦ green 14 ◦ blue 178

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

Shades of Purple Heart #700EB2

Tints of Purple Heart #700EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 58.55%

R = 36.84%
G = 4.61%
B = 58.55%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#700EB2 (or 0x700EB2) is known color: Purple Heart. HEX triplet: 70, 0E and B2. RGB value is (112,14,178). Sum of RGB (Red+Green+Blue) = 112+14+178=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 178 (69.92% from 255 or 58.55% from 304); Max value from RGB is 178 - color contains mainly: blue. Hex color #700EB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700EB2 is #8FF14D. Grayscale: #3D3D3D. Windows color (decimal): -9433422 or 11669104. OLE color: 11669104.

HSL color Cylindrical-coordinate representation of color #700EB2: hue angle of 275.85º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700EB2 is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 14 178 -
CMYK 0.37 0.92 0 0.30
HSL 275.85º 0.85% 0.38% -
HSV(B) 275.85º 0.92% 0.7% -
XYZ 14.88 6.97 42.68 -
YUV 62 193.47 163.66 -
System Red Green Blue C M Y K H S L
Decimal 112 14 178 0.37 0.92 0 0.30 275.85 0.85 0.38
Hex 70 E B2 25 5C 0 1E 114 55 26
Octal 160 16 262 45 134 0 36 424 125 46
Binary 1110000 1110 10110010 100101 1011100 0 11110 100010100 1010101 100110

Color Harmonies of #700EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700EB2

Black with #700EB2

Text Example


Text Example

White with #700EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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