Html Css Color HEX #700EAE Purple Heart

📋 copy color: '#700EAE'

red 112 ◦ green 14 ◦ blue 174

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

Shades of Purple Heart #700EAE

Tints of Purple Heart #700EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 58%

R = 37.33%
G = 4.67%
B = 58%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#700EAE (or 0x700EAE) is known color: Purple Heart. HEX triplet: 70, 0E and AE. RGB value is (112,14,174). Sum of RGB (Red+Green+Blue) = 112+14+174=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 174 (68.36% from 255 or 58% from 300); Max value from RGB is 174 - color contains mainly: blue. Hex color #700EAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700EAE is #8FF151. Grayscale: #3D3D3D. Windows color (decimal): -9433426 or 11406960. OLE color: 11406960.

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

Color convert

RGB 112 14 174 -
CMYK 0.36 0.92 0 0.32
HSL 276.75º 0.85% 0.37% -
HSV(B) 276.75º 0.92% 0.68% -
XYZ 14.48 6.81 40.6 -
YUV 61.54 191.47 163.99 -
System Red Green Blue C M Y K H S L
Decimal 112 14 174 0.36 0.92 0 0.32 276.75 0.85 0.37
Hex 70 E AE 24 5C 0 20 115 55 25
Octal 160 16 256 44 134 0 40 425 125 45
Binary 1110000 1110 10101110 100100 1011100 0 100000 100010101 1010101 100101

Color Harmonies of #700EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700EAE

Black with #700EAE

Text Example


Text Example

White with #700EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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