Html Css Color HEX #710ABA Purple Heart

📋 copy color: '#710ABA'

red 113 ◦ green 10 ◦ blue 186

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

Shades of Purple Heart #710ABA

Tints of Purple Heart #710ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.19%

R = 36.57%
G = 3.24%
B = 60.19%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#710ABA (or 0x710ABA) is known color: Purple Heart. HEX triplet: 71, 0A and BA. RGB value is (113,10,186). Sum of RGB (Red+Green+Blue) = 113+10+186=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #710ABA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710ABA is #8EF545. Grayscale: #3C3C3C. Windows color (decimal): -9368902 or 12192369. OLE color: 12192369.

HSL color Cylindrical-coordinate representation of color #710ABA: hue angle of 275.11º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710ABA is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 10 186 -
CMYK 0.39 0.95 0 0.27
HSL 275.11º 0.9% 0.38% -
HSV(B) 275.11º 0.95% 0.73% -
XYZ 15.78 7.27 47.03 -
YUV 60.86 198.62 165.19 -
System Red Green Blue C M Y K H S L
Decimal 113 10 186 0.39 0.95 0 0.27 275.11 0.9 0.38
Hex 71 A BA 27 5F 0 1B 113 5A 26
Octal 161 12 272 47 137 0 33 423 132 46
Binary 1110001 1010 10111010 100111 1011111 0 11011 100010011 1011010 100110

Color Harmonies of #710ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710ABA

Black with #710ABA

Text Example


Text Example

White with #710ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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