Html Css Color HEX #7116BD Purple Heart

📋 copy color: '#7116BD'

red 113 ◦ green 22 ◦ blue 189

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

Shades of Purple Heart #7116BD

Tints of Purple Heart #7116BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 58.33%

R = 34.88%
G = 6.79%
B = 58.33%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7116BD (or 0x7116BD) is known color: Purple Heart. HEX triplet: 71, 16 and BD. RGB value is (113,22,189). Sum of RGB (Red+Green+Blue) = 113+22+189=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 189 (74.22% from 255 or 58.33% from 324); Max value from RGB is 189 - color contains mainly: blue. Hex color #7116BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7116BD is #8EE942. Grayscale: #434343. Windows color (decimal): -9365827 or 12392049. OLE color: 12392049.

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

Color convert

RGB 113 22 189 -
CMYK 0.40 0.88 0 0.26
HSL 272.69º 0.79% 0.41% -
HSV(B) 272.69º 0.88% 0.74% -
XYZ 16.28 7.76 48.78 -
YUV 68.25 196.15 159.92 -
System Red Green Blue C M Y K H S L
Decimal 113 22 189 0.40 0.88 0 0.26 272.69 0.79 0.41
Hex 71 16 BD 28 58 0 1A 111 4F 29
Octal 161 26 275 50 130 0 32 421 117 51
Binary 1110001 10110 10111101 101000 1011000 0 11010 100010001 1001111 101001

Color Harmonies of #7116BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7116BD

Black with #7116BD

Text Example


Text Example

White with #7116BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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