Html Css Color HEX #710AAF Purple Heart

📋 copy color: '#710AAF'

red 113 ◦ green 10 ◦ blue 175

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

Shades of Purple Heart #710AAF

Tints of Purple Heart #710AAF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.36%

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

R = 37.92%
G = 3.36%
B = 58.72%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#710AAF (or 0x710AAF) is known color: Purple Heart. HEX triplet: 71, 0A and AF. RGB value is (113,10,175). Sum of RGB (Red+Green+Blue) = 113+10+175=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 175 (68.75% from 255 or 58.72% from 298); Max value from RGB is 175 - color contains mainly: blue. Hex color #710AAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710AAF is #8EF550. Grayscale: #3B3B3B. Windows color (decimal): -9368913 or 11471473. OLE color: 11471473.

HSL color Cylindrical-coordinate representation of color #710AAF: hue angle of 277.45º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710AAF is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 10 175 -
CMYK 0.35 0.94 0 0.31
HSL 277.45º 0.89% 0.36% -
HSV(B) 277.45º 0.94% 0.69% -
XYZ 14.66 6.82 41.1 -
YUV 59.61 193.12 166.08 -
System Red Green Blue C M Y K H S L
Decimal 113 10 175 0.35 0.94 0 0.31 277.45 0.89 0.36
Hex 71 A AF 23 5E 0 1F 115 59 24
Octal 161 12 257 43 136 0 37 425 131 44
Binary 1110001 1010 10101111 100011 1011110 0 11111 100010101 1011001 100100

Color Harmonies of #710AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710AAF

Black with #710AAF

Text Example


Text Example

White with #710AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,10,175); }

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

background-color css

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

 a { background-color: rgb(113,10,175); }

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

border-color css

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

 span { border-color: rgb(113,10,175); }

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