Html Css Color HEX #7118BF Purple Heart

📋 copy color: '#7118BF'

red 113 ◦ green 24 ◦ blue 191

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

Shades of Purple Heart #7118BF

Tints of Purple Heart #7118BF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.32%

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

R = 34.45%
G = 7.32%
B = 58.23%

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

#7118BF (or 0x7118BF) is known color: Purple Heart. HEX triplet: 71, 18 and BF. RGB value is (113,24,191). Sum of RGB (Red+Green+Blue) = 113+24+191=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #7118BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7118BF is #8EE740. Grayscale: #454545. Windows color (decimal): -9365313 or 12523633. OLE color: 12523633.

HSL color Cylindrical-coordinate representation of color #7118BF: hue angle of 271.98º degrees, saturation: 0.78, 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 #7118BF is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 24 191 -
CMYK 0.41 0.87 0 0.25
HSL 271.98º 0.78% 0.42% -
HSV(B) 271.98º 0.87% 0.75% -
XYZ 16.54 7.93 49.95 -
YUV 69.65 196.49 158.92 -
System Red Green Blue C M Y K H S L
Decimal 113 24 191 0.41 0.87 0 0.25 271.98 0.78 0.42
Hex 71 18 BF 29 57 0 19 110 4E 2A
Octal 161 30 277 51 127 0 31 420 116 52
Binary 1110001 11000 10111111 101001 1010111 0 11001 100010000 1001110 101010

Color Harmonies of #7118BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7118BF

Black with #7118BF

Text Example


Text Example

White with #7118BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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