Html Css Color HEX #7119BE Purple Heart

📋 copy color: '#7119BE'

red 113 ◦ green 25 ◦ blue 190

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

Shades of Purple Heart #7119BE

Tints of Purple Heart #7119BE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.62%

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

R = 34.45%
G = 7.62%
B = 57.93%

CMYK

 C value IS 0.41

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7119BE (or 0x7119BE) is known color: Purple Heart. HEX triplet: 71, 19 and BE. RGB value is (113,25,190). Sum of RGB (Red+Green+Blue) = 113+25+190=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #7119BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7119BE is #8EE641. Grayscale: #454545. Windows color (decimal): -9365058 or 12458353. OLE color: 12458353.

HSL color Cylindrical-coordinate representation of color #7119BE: hue angle of 272º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7119BE is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 25 190 -
CMYK 0.41 0.87 0 0.25
HSL 272º 0.77% 0.42% -
HSV(B) 272º 0.87% 0.75% -
XYZ 16.45 7.92 49.38 -
YUV 70.12 195.65 158.58 -
System Red Green Blue C M Y K H S L
Decimal 113 25 190 0.41 0.87 0 0.25 272 0.77 0.42
Hex 71 19 BE 29 57 0 19 110 4D 2A
Octal 161 31 276 51 127 0 31 420 115 52
Binary 1110001 11001 10111110 101001 1010111 0 11001 100010000 1001101 101010

Color Harmonies of #7119BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7119BE

Black with #7119BE

Text Example


Text Example

White with #7119BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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