Html Css Color HEX #710EBF Purple Heart

📋 copy color: '#710EBF'

red 113 ◦ green 14 ◦ blue 191

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

Shades of Purple Heart #710EBF

Tints of Purple Heart #710EBF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.4%

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

R = 35.53%
G = 4.4%
B = 60.06%

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

#710EBF (or 0x710EBF) is known color: Purple Heart. HEX triplet: 71, 0E and BF. RGB value is (113,14,191). Sum of RGB (Red+Green+Blue) = 113+14+191=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 191 (75% from 255 or 60.06% from 318); Max value from RGB is 191 - color contains mainly: blue. Hex color #710EBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710EBF is #8EF140. Grayscale: #3F3F3F. Windows color (decimal): -9367873 or 12521073. OLE color: 12521073.

HSL color Cylindrical-coordinate representation of color #710EBF: hue angle of 273.56º degrees, saturation: 0.86, 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 #710EBF is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 14 191 -
CMYK 0.41 0.93 0 0.25
HSL 273.56º 0.86% 0.4% -
HSV(B) 273.56º 0.93% 0.75% -
XYZ 16.37 7.59 49.89 -
YUV 63.78 199.8 163.11 -
System Red Green Blue C M Y K H S L
Decimal 113 14 191 0.41 0.93 0 0.25 273.56 0.86 0.4
Hex 71 E BF 29 5D 0 19 112 56 28
Octal 161 16 277 51 135 0 31 422 126 50
Binary 1110001 1110 10111111 101001 1011101 0 11001 100010010 1010110 101000

Color Harmonies of #710EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710EBF

Black with #710EBF

Text Example


Text Example

White with #710EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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