Html Css Color HEX #7115BB Purple Heart

📋 copy color: '#7115BB'

red 113 ◦ green 21 ◦ blue 187

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

Shades of Purple Heart #7115BB

Tints of Purple Heart #7115BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.26%

R = 35.2%
G = 6.54%
B = 58.26%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7115BB (or 0x7115BB) is known color: Purple Heart. HEX triplet: 71, 15 and BB. RGB value is (113,21,187). Sum of RGB (Red+Green+Blue) = 113+21+187=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #7115BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7115BB is #8EEA44. Grayscale: #424242. Windows color (decimal): -9366085 or 12260721. OLE color: 12260721.

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

Color convert

RGB 113 21 187 -
CMYK 0.40 0.89 0 0.27
HSL 273.25º 0.8% 0.41% -
HSV(B) 273.25º 0.89% 0.73% -
XYZ 16.05 7.63 47.64 -
YUV 67.43 195.48 160.5 -
System Red Green Blue C M Y K H S L
Decimal 113 21 187 0.40 0.89 0 0.27 273.25 0.8 0.41
Hex 71 15 BB 28 59 0 1B 111 50 29
Octal 161 25 273 50 131 0 33 421 120 51
Binary 1110001 10101 10111011 101000 1011001 0 11011 100010001 1010000 101001

Color Harmonies of #7115BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7115BB

Black with #7115BB

Text Example


Text Example

White with #7115BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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