Html Css Color HEX #710DAA Purple Heart

📋 copy color: '#710DAA'

red 113 ◦ green 13 ◦ blue 170

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

Shades of Purple Heart #710DAA

Tints of Purple Heart #710DAA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.39%

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

R = 38.18%
G = 4.39%
B = 57.43%

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

#710DAA (or 0x710DAA) is known color: Purple Heart. HEX triplet: 71, 0D and AA. RGB value is (113,13,170). Sum of RGB (Red+Green+Blue) = 113+13+170=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #710DAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710DAA is #8EF255. Grayscale: #3C3C3C. Windows color (decimal): -9368150 or 11144561. OLE color: 11144561.

HSL color Cylindrical-coordinate representation of color #710DAA: hue angle of 278.22º degrees, saturation: 0.86, 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 #710DAA is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 13 170 -
CMYK 0.34 0.92 0 0.33
HSL 278.22º 0.86% 0.36% -
HSV(B) 278.22º 0.92% 0.67% -
XYZ 14.21 6.7 38.57 -
YUV 60.8 189.63 165.23 -
System Red Green Blue C M Y K H S L
Decimal 113 13 170 0.34 0.92 0 0.33 278.22 0.86 0.36
Hex 71 D AA 22 5C 0 21 116 56 24
Octal 161 15 252 42 134 0 41 426 126 44
Binary 1110001 1101 10101010 100010 1011100 0 100001 100010110 1010110 100100

Color Harmonies of #710DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710DAA

Black with #710DAA

Text Example


Text Example

White with #710DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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