Html Css Color HEX #710AB3 Purple Heart

📋 copy color: '#710AB3'

red 113 ◦ green 10 ◦ blue 179

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

Shades of Purple Heart #710AB3

Tints of Purple Heart #710AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 59.27%

R = 37.42%
G = 3.31%
B = 59.27%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#710AB3 (or 0x710AB3) is known color: Purple Heart. HEX triplet: 71, 0A and B3. RGB value is (113,10,179). Sum of RGB (Red+Green+Blue) = 113+10+179=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 179 (70.31% from 255 or 59.27% from 302); Max value from RGB is 179 - color contains mainly: blue. Hex color #710AB3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710AB3 is #8EF54C. Grayscale: #3B3B3B. Windows color (decimal): -9368909 or 11733617. OLE color: 11733617.

HSL color Cylindrical-coordinate representation of color #710AB3: hue angle of 276.57º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710AB3 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 113 10 179 -
CMYK 0.37 0.94 0 0.30
HSL 276.57º 0.89% 0.37% -
HSV(B) 276.57º 0.94% 0.7% -
XYZ 15.06 6.98 43.2 -
YUV 60.06 195.12 165.76 -
System Red Green Blue C M Y K H S L
Decimal 113 10 179 0.37 0.94 0 0.30 276.57 0.89 0.37
Hex 71 A B3 25 5E 0 1E 115 59 25
Octal 161 12 263 45 136 0 36 425 131 45
Binary 1110001 1010 10110011 100101 1011110 0 11110 100010101 1011001 100101

Color Harmonies of #710AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710AB3

Black with #710AB3

Text Example


Text Example

White with #710AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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