Html Css Color HEX #710BAE Purple Heart

📋 copy color: '#710BAE'

red 113 ◦ green 11 ◦ blue 174

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

Shades of Purple Heart #710BAE

Tints of Purple Heart #710BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.69%

 BLUE value IS 174 (68.36% from 255) = 58.39%

R = 37.92%
G = 3.69%
B = 58.39%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#710BAE (or 0x710BAE) is known color: Purple Heart. HEX triplet: 71, 0B and AE. RGB value is (113,11,174). Sum of RGB (Red+Green+Blue) = 113+11+174=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 174 (68.36% from 255 or 58.39% from 298); Max value from RGB is 174 - color contains mainly: blue. Hex color #710BAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710BAE is #8EF451. Grayscale: #3B3B3B. Windows color (decimal): -9368658 or 11406193. OLE color: 11406193.

HSL color Cylindrical-coordinate representation of color #710BAE: hue angle of 277.55º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710BAE is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 11 174 -
CMYK 0.35 0.94 0 0.32
HSL 277.55º 0.88% 0.36% -
HSV(B) 277.55º 0.94% 0.68% -
XYZ 14.57 6.81 40.59 -
YUV 60.08 192.29 165.75 -
System Red Green Blue C M Y K H S L
Decimal 113 11 174 0.35 0.94 0 0.32 277.55 0.88 0.36
Hex 71 B AE 23 5E 0 20 116 58 24
Octal 161 13 256 43 136 0 40 426 130 44
Binary 1110001 1011 10101110 100011 1011110 0 100000 100010110 1011000 100100

Color Harmonies of #710BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710BAE

Black with #710BAE

Text Example


Text Example

White with #710BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,11,174); }

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

background-color css

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

 a { background-color: rgb(113,11,174); }

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

border-color css

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

 span { border-color: rgb(113,11,174); }

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