Html Css Color HEX #710EBA Purple Heart

📋 copy color: '#710EBA'

red 113 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #710EBA

Tints of Purple Heart #710EBA

RGB

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

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

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

R = 36.1%
G = 4.47%
B = 59.42%

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

#710EBA (or 0x710EBA) is known color: Purple Heart. HEX triplet: 71, 0E and BA. RGB value is (113,14,186). Sum of RGB (Red+Green+Blue) = 113+14+186=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #710EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710EBA is #8EF145. Grayscale: #3E3E3E. Windows color (decimal): -9367878 or 12193393. OLE color: 12193393.

HSL color Cylindrical-coordinate representation of color #710EBA: hue angle of 274.53º degrees, saturation: 0.86, 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 #710EBA is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 14 186 -
CMYK 0.39 0.92 0 0.27
HSL 274.53º 0.86% 0.39% -
HSV(B) 274.53º 0.92% 0.73% -
XYZ 15.83 7.37 47.04 -
YUV 63.21 197.3 163.51 -
System Red Green Blue C M Y K H S L
Decimal 113 14 186 0.39 0.92 0 0.27 274.53 0.86 0.39
Hex 71 E BA 27 5C 0 1B 113 56 27
Octal 161 16 272 47 134 0 33 423 126 47
Binary 1110001 1110 10111010 100111 1011100 0 11011 100010011 1010110 100111

Color Harmonies of #710EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710EBA

Black with #710EBA

Text Example


Text Example

White with #710EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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