Html Css Color HEX #710DBF Purple Heart

📋 copy color: '#710DBF'

red 113 ◦ green 13 ◦ blue 191

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

Shades of Purple Heart #710DBF

Tints of Purple Heart #710DBF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.1%

 BLUE value IS 191 (75% from 255) = 60.25%

R = 35.65%
G = 4.1%
B = 60.25%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#710DBF (or 0x710DBF) is known color: Purple Heart. HEX triplet: 71, 0D and BF. RGB value is (113,13,191). Sum of RGB (Red+Green+Blue) = 113+13+191=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #710DBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710DBF is #8EF240. Grayscale: #3E3E3E. Windows color (decimal): -9368129 or 12520817. OLE color: 12520817.

HSL color Cylindrical-coordinate representation of color #710DBF: hue angle of 273.71º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710DBF is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 13 191 -
CMYK 0.41 0.93 0 0.25
HSL 273.71º 0.87% 0.4% -
HSV(B) 273.71º 0.93% 0.75% -
XYZ 16.36 7.56 49.89 -
YUV 63.19 200.13 163.53 -
System Red Green Blue C M Y K H S L
Decimal 113 13 191 0.41 0.93 0 0.25 273.71 0.87 0.4
Hex 71 D BF 29 5D 0 19 112 57 28
Octal 161 15 277 51 135 0 31 422 127 50
Binary 1110001 1101 10111111 101001 1011101 0 11001 100010010 1010111 101000

Color Harmonies of #710DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710DBF

Black with #710DBF

Text Example


Text Example

White with #710DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,13,191); }

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

background-color css

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

 a { background-color: rgb(113,13,191); }

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

border-color css

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

 span { border-color: rgb(113,13,191); }

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