Html Css Color HEX #710EAE Purple Heart

📋 copy color: '#710EAE'

red 113 ◦ green 14 ◦ blue 174

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

Shades of Purple Heart #710EAE

Tints of Purple Heart #710EAE

RGB

 RED value IS 113 (44.53% from 255) = 37.54%

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

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

R = 37.54%
G = 4.65%
B = 57.81%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#710EAE (or 0x710EAE) is known color: Purple Heart. HEX triplet: 71, 0E and AE. RGB value is (113,14,174). Sum of RGB (Red+Green+Blue) = 113+14+174=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #710EAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710EAE is #8EF151. Grayscale: #3D3D3D. Windows color (decimal): -9367890 or 11406961. OLE color: 11406961.

HSL color Cylindrical-coordinate representation of color #710EAE: hue angle of 277.12º 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 #710EAE is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 14 174 -
CMYK 0.35 0.92 0 0.32
HSL 277.13º 0.85% 0.37% -
HSV(B) 277.13º 0.92% 0.68% -
XYZ 14.61 6.88 40.6 -
YUV 61.84 191.3 164.49 -
System Red Green Blue C M Y K H S L
Decimal 113 14 174 0.35 0.92 0 0.32 277.13 0.85 0.37
Hex 71 E AE 23 5C 0 20 115 55 25
Octal 161 16 256 43 134 0 40 425 125 45
Binary 1110001 1110 10101110 100011 1011100 0 100000 100010101 1010101 100101

Color Harmonies of #710EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710EAE

Black with #710EAE

Text Example


Text Example

White with #710EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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