Html Css Color HEX #710EAC Purple Heart

📋 copy color: '#710EAC'

red 113 ◦ green 14 ◦ blue 172

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

Shades of Purple Heart #710EAC

Tints of Purple Heart #710EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.53%

R = 37.79%
G = 4.68%
B = 57.53%

CMYK

 C value IS 0.34

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#710EAC (or 0x710EAC) is known color: Purple Heart. HEX triplet: 71, 0E and AC. RGB value is (113,14,172). Sum of RGB (Red+Green+Blue) = 113+14+172=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #710EAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710EAC is #8EF153. Grayscale: #3D3D3D. Windows color (decimal): -9367892 or 11275889. OLE color: 11275889.

HSL color Cylindrical-coordinate representation of color #710EAC: hue angle of 277.59º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710EAC is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 14 172 -
CMYK 0.34 0.92 0 0.33
HSL 277.59º 0.85% 0.36% -
HSV(B) 277.59º 0.92% 0.67% -
XYZ 14.41 6.8 39.58 -
YUV 61.61 190.3 164.65 -
System Red Green Blue C M Y K H S L
Decimal 113 14 172 0.34 0.92 0 0.33 277.59 0.85 0.36
Hex 71 E AC 22 5C 0 21 116 55 24
Octal 161 16 254 42 134 0 41 426 125 44
Binary 1110001 1110 10101100 100010 1011100 0 100001 100010110 1010101 100100

Color Harmonies of #710EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710EAC

Black with #710EAC

Text Example


Text Example

White with #710EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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