Html Css Color HEX #7111BE Purple Heart

📋 copy color: '#7111BE'

red 113 ◦ green 17 ◦ blue 190

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

Shades of Purple Heart #7111BE

Tints of Purple Heart #7111BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.38%

R = 35.31%
G = 5.31%
B = 59.38%

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

#7111BE (or 0x7111BE) is known color: Purple Heart. HEX triplet: 71, 11 and BE. RGB value is (113,17,190). Sum of RGB (Red+Green+Blue) = 113+17+190=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #7111BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7111BE is #8EEE41. Grayscale: #404040. Windows color (decimal): -9367106 or 12456305. OLE color: 12456305.

HSL color Cylindrical-coordinate representation of color #7111BE: hue angle of 273.29º 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 #7111BE is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 17 190 -
CMYK 0.41 0.91 0 0.25
HSL 273.29º 0.84% 0.41% -
HSV(B) 273.29º 0.91% 0.75% -
XYZ 16.3 7.63 49.33 -
YUV 65.43 198.3 161.93 -
System Red Green Blue C M Y K H S L
Decimal 113 17 190 0.41 0.91 0 0.25 273.29 0.84 0.41
Hex 71 11 BE 29 5B 0 19 111 54 29
Octal 161 21 276 51 133 0 31 421 124 51
Binary 1110001 10001 10111110 101001 1011011 0 11001 100010001 1010100 101001

Color Harmonies of #7111BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7111BE

Black with #7111BE

Text Example


Text Example

White with #7111BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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