Html Css Color HEX #710AB2 Purple Heart

📋 copy color: '#710AB2'

red 113 ◦ green 10 ◦ blue 178

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

Shades of Purple Heart #710AB2

Tints of Purple Heart #710AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 59.14%

R = 37.54%
G = 3.32%
B = 59.14%

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

#710AB2 (or 0x710AB2) is known color: Purple Heart. HEX triplet: 71, 0A and B2. RGB value is (113,10,178). Sum of RGB (Red+Green+Blue) = 113+10+178=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 178 (69.92% from 255 or 59.14% from 301); Max value from RGB is 178 - color contains mainly: blue. Hex color #710AB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710AB2 is #8EF54D. Grayscale: #3B3B3B. Windows color (decimal): -9368910 or 11668081. OLE color: 11668081.

HSL color Cylindrical-coordinate representation of color #710AB2: hue angle of 276.79º 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 #710AB2 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 113 10 178 -
CMYK 0.37 0.94 0 0.30
HSL 276.79º 0.89% 0.37% -
HSV(B) 276.79º 0.94% 0.7% -
XYZ 14.95 6.94 42.67 -
YUV 59.95 194.62 165.84 -
System Red Green Blue C M Y K H S L
Decimal 113 10 178 0.37 0.94 0 0.30 276.79 0.89 0.37
Hex 71 A B2 25 5E 0 1E 115 59 25
Octal 161 12 262 45 136 0 36 425 131 45
Binary 1110001 1010 10110010 100101 1011110 0 11110 100010101 1011001 100101

Color Harmonies of #710AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710AB2

Black with #710AB2

Text Example


Text Example

White with #710AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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