Html Css Color HEX #710AAE Purple Heart

📋 copy color: '#710AAE'

red 113 ◦ green 10 ◦ blue 174

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

Shades of Purple Heart #710AAE

Tints of Purple Heart #710AAE

RGB

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

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

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

R = 38.05%
G = 3.37%
B = 58.59%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#710AAE (or 0x710AAE) is known color: Purple Heart. HEX triplet: 71, 0A and AE. RGB value is (113,10,174). Sum of RGB (Red+Green+Blue) = 113+10+174=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 174 (68.36% from 255 or 58.59% from 297); Max value from RGB is 174 - color contains mainly: blue. Hex color #710AAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710AAE is #8EF551. Grayscale: #3A3A3A. Windows color (decimal): -9368914 or 11405937. OLE color: 11405937.

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

Color convert

RGB 113 10 174 -
CMYK 0.35 0.94 0 0.32
HSL 277.68º 0.89% 0.36% -
HSV(B) 277.68º 0.94% 0.68% -
XYZ 14.56 6.78 40.59 -
YUV 59.49 192.62 166.16 -
System Red Green Blue C M Y K H S L
Decimal 113 10 174 0.35 0.94 0 0.32 277.68 0.89 0.36
Hex 71 A AE 23 5E 0 20 116 59 24
Octal 161 12 256 43 136 0 40 426 131 44
Binary 1110001 1010 10101110 100011 1011110 0 100000 100010110 1011001 100100

Color Harmonies of #710AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710AAE

Black with #710AAE

Text Example


Text Example

White with #710AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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