Html Css Color HEX #7115BF Purple Heart

📋 copy color: '#7115BF'

red 113 ◦ green 21 ◦ blue 191

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

Shades of Purple Heart #7115BF

Tints of Purple Heart #7115BF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.46%

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

R = 34.77%
G = 6.46%
B = 58.77%

CMYK

 C value IS 0.41

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7115BF (or 0x7115BF) is known color: Purple Heart. HEX triplet: 71, 15 and BF. RGB value is (113,21,191). Sum of RGB (Red+Green+Blue) = 113+21+191=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #7115BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7115BF is #8EEA40. Grayscale: #434343. Windows color (decimal): -9366081 or 12522865. OLE color: 12522865.

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

Color convert

RGB 113 21 191 -
CMYK 0.41 0.89 0 0.25
HSL 272.47º 0.8% 0.42% -
HSV(B) 272.47º 0.89% 0.75% -
XYZ 16.48 7.81 49.93 -
YUV 67.89 197.48 160.18 -
System Red Green Blue C M Y K H S L
Decimal 113 21 191 0.41 0.89 0 0.25 272.47 0.8 0.42
Hex 71 15 BF 29 59 0 19 110 50 2A
Octal 161 25 277 51 131 0 31 420 120 52
Binary 1110001 10101 10111111 101001 1011001 0 11001 100010000 1010000 101010

Color Harmonies of #7115BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7115BF

Black with #7115BF

Text Example


Text Example

White with #7115BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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