Html Css Color HEX #710AAA Purple Heart

📋 copy color: '#710AAA'

red 113 ◦ green 10 ◦ blue 170

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

Shades of Purple Heart #710AAA

Tints of Purple Heart #710AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 58.02%

R = 38.57%
G = 3.41%
B = 58.02%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#710AAA (or 0x710AAA) is known color: Purple Heart. HEX triplet: 71, 0A and AA. RGB value is (113,10,170). Sum of RGB (Red+Green+Blue) = 113+10+170=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #710AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710AAA is #8EF555. Grayscale: #3A3A3A. Windows color (decimal): -9368918 or 11143793. OLE color: 11143793.

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

Color convert

RGB 113 10 170 -
CMYK 0.34 0.94 0 0.33
HSL 278.63º 0.89% 0.35% -
HSV(B) 278.63º 0.94% 0.67% -
XYZ 14.17 6.63 38.56 -
YUV 59.04 190.62 166.49 -
System Red Green Blue C M Y K H S L
Decimal 113 10 170 0.34 0.94 0 0.33 278.63 0.89 0.35
Hex 71 A AA 22 5E 0 21 117 59 23
Octal 161 12 252 42 136 0 41 427 131 43
Binary 1110001 1010 10101010 100010 1011110 0 100001 100010111 1011001 100011

Color Harmonies of #710AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710AAA

Black with #710AAA

Text Example


Text Example

White with #710AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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