Html Css Color HEX #7111BF Purple Heart

📋 copy color: '#7111BF'

red 113 ◦ green 17 ◦ blue 191

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

Shades of Purple Heart #7111BF

Tints of Purple Heart #7111BF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.3%

 BLUE value IS 191 (75% from 255) = 59.5%

R = 35.2%
G = 5.3%
B = 59.5%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7111BF (or 0x7111BF) is known color: Purple Heart. HEX triplet: 71, 11 and BF. RGB value is (113,17,191). Sum of RGB (Red+Green+Blue) = 113+17+191=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #7111BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7111BF is #8EEE40. Grayscale: #404040. Windows color (decimal): -9367105 or 12521841. OLE color: 12521841.

HSL color Cylindrical-coordinate representation of color #7111BF: hue angle of 273.1º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7111BF is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 17 191 -
CMYK 0.41 0.91 0 0.25
HSL 273.1º 0.84% 0.41% -
HSV(B) 273.1º 0.91% 0.75% -
XYZ 16.41 7.67 49.91 -
YUV 65.54 198.8 161.85 -
System Red Green Blue C M Y K H S L
Decimal 113 17 191 0.41 0.91 0 0.25 273.1 0.84 0.41
Hex 71 11 BF 29 5B 0 19 111 54 29
Octal 161 21 277 51 133 0 31 421 124 51
Binary 1110001 10001 10111111 101001 1011011 0 11001 100010001 1010100 101001

Color Harmonies of #7111BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7111BF

Black with #7111BF

Text Example


Text Example

White with #7111BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7111BF; }

 p { color: rgb(113,17,191); }

 H1.HeaderClassName
 {
   color: #7111BF;
 }
 .AnyTagClassName
 {
   color: #7111BF;
 }
</style>

background-color css

<style>
 a { background-color: #7111BF; }

 a { background-color: rgb(113,17,191); }

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

border-color css

<style>
 span { border-color: #7111BF; }

 span { border-color: rgb(113,17,191); }

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