Html Css Color HEX #710EB2 Purple Heart

📋 copy color: '#710EB2'

red 113 ◦ green 14 ◦ blue 178

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

Shades of Purple Heart #710EB2

Tints of Purple Heart #710EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 58.36%

R = 37.05%
G = 4.59%
B = 58.36%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#710EB2 (or 0x710EB2) is known color: Purple Heart. HEX triplet: 71, 0E and B2. RGB value is (113,14,178). Sum of RGB (Red+Green+Blue) = 113+14+178=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 178 (69.92% from 255 or 58.36% from 305); Max value from RGB is 178 - color contains mainly: blue. Hex color #710EB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710EB2 is #8EF14D. Grayscale: #3D3D3D. Windows color (decimal): -9367886 or 11669105. OLE color: 11669105.

HSL color Cylindrical-coordinate representation of color #710EB2: hue angle of 276.22º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710EB2 is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 113 14 178 -
CMYK 0.37 0.92 0 0.30
HSL 276.22º 0.85% 0.38% -
HSV(B) 276.22º 0.92% 0.7% -
XYZ 15 7.04 42.69 -
YUV 62.3 193.3 164.16 -
System Red Green Blue C M Y K H S L
Decimal 113 14 178 0.37 0.92 0 0.30 276.22 0.85 0.38
Hex 71 E B2 25 5C 0 1E 114 55 26
Octal 161 16 262 45 134 0 36 424 125 46
Binary 1110001 1110 10110010 100101 1011100 0 11110 100010100 1010101 100110

Color Harmonies of #710EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710EB2

Black with #710EB2

Text Example


Text Example

White with #710EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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