Html Css Color HEX #7116BA Purple Heart

📋 copy color: '#7116BA'

red 113 ◦ green 22 ◦ blue 186

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

Shades of Purple Heart #7116BA

Tints of Purple Heart #7116BA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.85%

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

R = 35.2%
G = 6.85%
B = 57.94%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7116BA (or 0x7116BA) is known color: Purple Heart. HEX triplet: 71, 16 and BA. RGB value is (113,22,186). Sum of RGB (Red+Green+Blue) = 113+22+186=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 22 (8.98% from 255 or 6.85% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #7116BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7116BA is #8EE945. Grayscale: #434343. Windows color (decimal): -9365830 or 12195441. OLE color: 12195441.

HSL color Cylindrical-coordinate representation of color #7116BA: hue angle of 273.29º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7116BA is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 22 186 -
CMYK 0.39 0.88 0 0.27
HSL 273.29º 0.79% 0.41% -
HSV(B) 273.29º 0.88% 0.73% -
XYZ 15.96 7.63 47.09 -
YUV 67.91 194.65 160.16 -
System Red Green Blue C M Y K H S L
Decimal 113 22 186 0.39 0.88 0 0.27 273.29 0.79 0.41
Hex 71 16 BA 27 58 0 1B 111 4F 29
Octal 161 26 272 47 130 0 33 421 117 51
Binary 1110001 10110 10111010 100111 1011000 0 11011 100010001 1001111 101001

Color Harmonies of #7116BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7116BA

Black with #7116BA

Text Example


Text Example

White with #7116BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7116BA; }

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

 H1.HeaderClassName
 {
   color: #7116BA;
 }
 .AnyTagClassName
 {
   color: #7116BA;
 }
</style>

background-color css

<style>
 a { background-color: #7116BA; }

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

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

border-color css

<style>
 span { border-color: #7116BA; }

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

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