Html Css Color HEX #7115BD Purple Heart

📋 copy color: '#7115BD'

red 113 ◦ green 21 ◦ blue 189

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

Shades of Purple Heart #7115BD

Tints of Purple Heart #7115BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 58.51%

R = 34.98%
G = 6.5%
B = 58.51%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7115BD (or 0x7115BD) is known color: Purple Heart. HEX triplet: 71, 15 and BD. RGB value is (113,21,189). Sum of RGB (Red+Green+Blue) = 113+21+189=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 189 (74.22% from 255 or 58.51% from 323); Max value from RGB is 189 - color contains mainly: blue. Hex color #7115BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7115BD is #8EEA42. Grayscale: #434343. Windows color (decimal): -9366083 or 12391793. OLE color: 12391793.

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

Color convert

RGB 113 21 189 -
CMYK 0.40 0.89 0 0.26
HSL 272.86º 0.8% 0.41% -
HSV(B) 272.86º 0.89% 0.74% -
XYZ 16.26 7.72 48.78 -
YUV 67.66 196.48 160.34 -
System Red Green Blue C M Y K H S L
Decimal 113 21 189 0.40 0.89 0 0.26 272.86 0.8 0.41
Hex 71 15 BD 28 59 0 1A 111 50 29
Octal 161 25 275 50 131 0 32 421 120 51
Binary 1110001 10101 10111101 101000 1011001 0 11010 100010001 1010000 101001

Color Harmonies of #7115BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7115BD

Black with #7115BD

Text Example


Text Example

White with #7115BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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