Html Css Color HEX #700EAF Purple Heart

📋 copy color: '#700EAF'

red 112 ◦ green 14 ◦ blue 175

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

Shades of Purple Heart #700EAF

Tints of Purple Heart #700EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 58.14%

R = 37.21%
G = 4.65%
B = 58.14%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#700EAF (or 0x700EAF) is known color: Purple Heart. HEX triplet: 70, 0E and AF. RGB value is (112,14,175). Sum of RGB (Red+Green+Blue) = 112+14+175=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #700EAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #700EAF is #8FF150. Grayscale: #3D3D3D. Windows color (decimal): -9433425 or 11472496. OLE color: 11472496.

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

Color convert

RGB 112 14 175 -
CMYK 0.36 0.92 0 0.31
HSL 276.52º 0.85% 0.37% -
HSV(B) 276.52º 0.92% 0.69% -
XYZ 14.58 6.85 41.11 -
YUV 61.66 191.97 163.91 -
System Red Green Blue C M Y K H S L
Decimal 112 14 175 0.36 0.92 0 0.31 276.52 0.85 0.37
Hex 70 E AF 24 5C 0 1F 115 55 25
Octal 160 16 257 44 134 0 37 425 125 45
Binary 1110000 1110 10101111 100100 1011100 0 11111 100010101 1010101 100101

Color Harmonies of #700EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700EAF

Black with #700EAF

Text Example


Text Example

White with #700EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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