Html Css Color HEX #710FBC Purple Heart

📋 copy color: '#710FBC'

red 113 ◦ green 15 ◦ blue 188

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

Shades of Purple Heart #710FBC

Tints of Purple Heart #710FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.49%

R = 35.76%
G = 4.75%
B = 59.49%

CMYK

 C value IS 0.40

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#710FBC (or 0x710FBC) is known color: Purple Heart. HEX triplet: 71, 0F and BC. RGB value is (113,15,188). Sum of RGB (Red+Green+Blue) = 113+15+188=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #710FBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710FBC is #8EF043. Grayscale: #3F3F3F. Windows color (decimal): -9367620 or 12324721. OLE color: 12324721.

HSL color Cylindrical-coordinate representation of color #710FBC: hue angle of 273.99º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710FBC is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 15 188 -
CMYK 0.40 0.92 0 0.26
HSL 273.99º 0.85% 0.4% -
HSV(B) 273.99º 0.92% 0.74% -
XYZ 16.06 7.48 48.18 -
YUV 64.02 197.97 162.93 -
System Red Green Blue C M Y K H S L
Decimal 113 15 188 0.40 0.92 0 0.26 273.99 0.85 0.4
Hex 71 F BC 28 5C 0 1A 112 55 28
Octal 161 17 274 50 134 0 32 422 125 50
Binary 1110001 1111 10111100 101000 1011100 0 11010 100010010 1010101 101000

Color Harmonies of #710FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710FBC

Black with #710FBC

Text Example


Text Example

White with #710FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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