Html Css Color HEX #710CAA Purple Heart

📋 copy color: '#710CAA'

red 113 ◦ green 12 ◦ blue 170

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

Shades of Purple Heart #710CAA

Tints of Purple Heart #710CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.07%

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

R = 38.31%
G = 4.07%
B = 57.63%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#710CAA (or 0x710CAA) is known color: Purple Heart. HEX triplet: 71, 0C and AA. RGB value is (113,12,170). Sum of RGB (Red+Green+Blue) = 113+12+170=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #710CAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710CAA is #8EF355. Grayscale: #3B3B3B. Windows color (decimal): -9368406 or 11144305. OLE color: 11144305.

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

Color convert

RGB 113 12 170 -
CMYK 0.34 0.93 0 0.33
HSL 278.35º 0.87% 0.36% -
HSV(B) 278.35º 0.93% 0.67% -
XYZ 14.2 6.68 38.57 -
YUV 60.21 189.96 165.65 -
System Red Green Blue C M Y K H S L
Decimal 113 12 170 0.34 0.93 0 0.33 278.35 0.87 0.36
Hex 71 C AA 22 5D 0 21 116 57 24
Octal 161 14 252 42 135 0 41 426 127 44
Binary 1110001 1100 10101010 100010 1011101 0 100001 100010110 1010111 100100

Color Harmonies of #710CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710CAA

Black with #710CAA

Text Example


Text Example

White with #710CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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