Html Css Color HEX #710EBC Purple Heart

📋 copy color: '#710EBC'

red 113 ◦ green 14 ◦ blue 188

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

Shades of Purple Heart #710EBC

Tints of Purple Heart #710EBC

RGB

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

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

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

R = 35.87%
G = 4.44%
B = 59.68%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#710EBC (or 0x710EBC) is known color: Purple Heart. HEX triplet: 71, 0E and BC. RGB value is (113,14,188). Sum of RGB (Red+Green+Blue) = 113+14+188=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #710EBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710EBC is #8EF143. Grayscale: #3E3E3E. Windows color (decimal): -9367876 or 12324465. OLE color: 12324465.

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

Color convert

RGB 113 14 188 -
CMYK 0.40 0.93 0 0.26
HSL 274.14º 0.86% 0.4% -
HSV(B) 274.14º 0.93% 0.74% -
XYZ 16.04 7.46 48.17 -
YUV 63.44 198.3 163.35 -
System Red Green Blue C M Y K H S L
Decimal 113 14 188 0.40 0.93 0 0.26 274.14 0.86 0.4
Hex 71 E BC 28 5D 0 1A 112 56 28
Octal 161 16 274 50 135 0 32 422 126 50
Binary 1110001 1110 10111100 101000 1011101 0 11010 100010010 1010110 101000

Color Harmonies of #710EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710EBC

Black with #710EBC

Text Example


Text Example

White with #710EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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