Html Css Color HEX #710ABB Purple Heart

📋 copy color: '#710ABB'

red 113 ◦ green 10 ◦ blue 187

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

Shades of Purple Heart #710ABB

Tints of Purple Heart #710ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 60.32%

R = 36.45%
G = 3.23%
B = 60.32%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#710ABB (or 0x710ABB) is known color: Purple Heart. HEX triplet: 71, 0A and BB. RGB value is (113,10,187). Sum of RGB (Red+Green+Blue) = 113+10+187=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #710ABB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710ABB is #8EF544. Grayscale: #3C3C3C. Windows color (decimal): -9368901 or 12257905. OLE color: 12257905.

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

Color convert

RGB 113 10 187 -
CMYK 0.40 0.95 0 0.27
HSL 274.92º 0.9% 0.39% -
HSV(B) 274.92º 0.95% 0.73% -
XYZ 15.89 7.32 47.59 -
YUV 60.98 199.12 165.11 -
System Red Green Blue C M Y K H S L
Decimal 113 10 187 0.40 0.95 0 0.27 274.92 0.9 0.39
Hex 71 A BB 28 5F 0 1B 113 5A 27
Octal 161 12 273 50 137 0 33 423 132 47
Binary 1110001 1010 10111011 101000 1011111 0 11011 100010011 1011010 100111

Color Harmonies of #710ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710ABB

Black with #710ABB

Text Example


Text Example

White with #710ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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