Html Css Color HEX #710BAD Purple Heart

📋 copy color: '#710BAD'

red 113 ◦ green 11 ◦ blue 173

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

Shades of Purple Heart #710BAD

Tints of Purple Heart #710BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 58.25%

R = 38.05%
G = 3.7%
B = 58.25%

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

#710BAD (or 0x710BAD) is known color: Purple Heart. HEX triplet: 71, 0B and AD. RGB value is (113,11,173). Sum of RGB (Red+Green+Blue) = 113+11+173=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #710BAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710BAD is #8EF452. Grayscale: #3B3B3B. Windows color (decimal): -9368659 or 11340657. OLE color: 11340657.

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

Color convert

RGB 113 11 173 -
CMYK 0.35 0.94 0 0.32
HSL 277.78º 0.88% 0.36% -
HSV(B) 277.78º 0.94% 0.68% -
XYZ 14.47 6.77 40.08 -
YUV 59.97 191.79 165.83 -
System Red Green Blue C M Y K H S L
Decimal 113 11 173 0.35 0.94 0 0.32 277.78 0.88 0.36
Hex 71 B AD 23 5E 0 20 116 58 24
Octal 161 13 255 43 136 0 40 426 130 44
Binary 1110001 1011 10101101 100011 1011110 0 100000 100010110 1011000 100100

Color Harmonies of #710BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710BAD

Black with #710BAD

Text Example


Text Example

White with #710BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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