Html Css Color HEX #710BBA Purple Heart

📋 copy color: '#710BBA'

red 113 ◦ green 11 ◦ blue 186

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

Shades of Purple Heart #710BBA

Tints of Purple Heart #710BBA

RGB

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

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

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

R = 36.45%
G = 3.55%
B = 60%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#710BBA (or 0x710BBA) is known color: Purple Heart. HEX triplet: 71, 0B and BA. RGB value is (113,11,186). Sum of RGB (Red+Green+Blue) = 113+11+186=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #710BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710BBA is #8EF445. Grayscale: #3C3C3C. Windows color (decimal): -9368646 or 12192625. OLE color: 12192625.

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

Color convert

RGB 113 11 186 -
CMYK 0.39 0.94 0 0.27
HSL 274.97º 0.89% 0.39% -
HSV(B) 274.97º 0.94% 0.73% -
XYZ 15.79 7.3 47.03 -
YUV 61.45 198.29 164.77 -
System Red Green Blue C M Y K H S L
Decimal 113 11 186 0.39 0.94 0 0.27 274.97 0.89 0.39
Hex 71 B BA 27 5E 0 1B 113 59 27
Octal 161 13 272 47 136 0 33 423 131 47
Binary 1110001 1011 10111010 100111 1011110 0 11011 100010011 1011001 100111

Color Harmonies of #710BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710BBA

Black with #710BBA

Text Example


Text Example

White with #710BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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