Html Css Color HEX #710FBA Purple Heart

📋 copy color: '#710FBA'

red 113 ◦ green 15 ◦ blue 186

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

Shades of Purple Heart #710FBA

Tints of Purple Heart #710FBA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.78%

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

R = 35.99%
G = 4.78%
B = 59.24%

CMYK

 C value IS 0.39

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#710FBA (or 0x710FBA) is known color: Purple Heart. HEX triplet: 71, 0F and BA. RGB value is (113,15,186). Sum of RGB (Red+Green+Blue) = 113+15+186=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #710FBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710FBA is #8EF045. Grayscale: #3F3F3F. Windows color (decimal): -9367622 or 12193649. OLE color: 12193649.

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

Color convert

RGB 113 15 186 -
CMYK 0.39 0.92 0 0.27
HSL 274.39º 0.85% 0.39% -
HSV(B) 274.39º 0.92% 0.73% -
XYZ 15.84 7.4 47.05 -
YUV 63.8 196.97 163.1 -
System Red Green Blue C M Y K H S L
Decimal 113 15 186 0.39 0.92 0 0.27 274.39 0.85 0.39
Hex 71 F BA 27 5C 0 1B 112 55 27
Octal 161 17 272 47 134 0 33 422 125 47
Binary 1110001 1111 10111010 100111 1011100 0 11011 100010010 1010101 100111

Color Harmonies of #710FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710FBA

Black with #710FBA

Text Example


Text Example

White with #710FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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