Html Css Color HEX #710BAB Purple Heart

📋 copy color: '#710BAB'

red 113 ◦ green 11 ◦ blue 171

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

Shades of Purple Heart #710BAB

Tints of Purple Heart #710BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.97%

R = 38.31%
G = 3.73%
B = 57.97%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#710BAB (or 0x710BAB) is known color: Purple Heart. HEX triplet: 71, 0B and AB. RGB value is (113,11,171). Sum of RGB (Red+Green+Blue) = 113+11+171=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #710BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710BAB is #8EF454. Grayscale: #3B3B3B. Windows color (decimal): -9368661 or 11209585. OLE color: 11209585.

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

Color convert

RGB 113 11 171 -
CMYK 0.34 0.94 0 0.33
HSL 278.25º 0.88% 0.36% -
HSV(B) 278.25º 0.94% 0.67% -
XYZ 14.28 6.69 39.07 -
YUV 59.74 190.79 165.99 -
System Red Green Blue C M Y K H S L
Decimal 113 11 171 0.34 0.94 0 0.33 278.25 0.88 0.36
Hex 71 B AB 22 5E 0 21 116 58 24
Octal 161 13 253 42 136 0 41 426 130 44
Binary 1110001 1011 10101011 100010 1011110 0 100001 100010110 1011000 100100

Color Harmonies of #710BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710BAB

Black with #710BAB

Text Example


Text Example

White with #710BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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