Html Css Color HEX #710FAE Purple Heart

📋 copy color: '#710FAE'

red 113 ◦ green 15 ◦ blue 174

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

Shades of Purple Heart #710FAE

Tints of Purple Heart #710FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.97%

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

R = 37.42%
G = 4.97%
B = 57.62%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#710FAE (or 0x710FAE) is known color: Purple Heart. HEX triplet: 71, 0F and AE. RGB value is (113,15,174). Sum of RGB (Red+Green+Blue) = 113+15+174=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #710FAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710FAE is #8EF051. Grayscale: #3D3D3D. Windows color (decimal): -9367634 or 11407217. OLE color: 11407217.

HSL color Cylindrical-coordinate representation of color #710FAE: hue angle of 276.98º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710FAE is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 15 174 -
CMYK 0.35 0.91 0 0.32
HSL 276.98º 0.84% 0.37% -
HSV(B) 276.98º 0.91% 0.68% -
XYZ 14.62 6.91 40.61 -
YUV 62.43 190.97 164.07 -
System Red Green Blue C M Y K H S L
Decimal 113 15 174 0.35 0.91 0 0.32 276.98 0.84 0.37
Hex 71 F AE 23 5B 0 20 115 54 25
Octal 161 17 256 43 133 0 40 425 124 45
Binary 1110001 1111 10101110 100011 1011011 0 100000 100010101 1010100 100101

Color Harmonies of #710FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710FAE

Black with #710FAE

Text Example


Text Example

White with #710FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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