Html Css Color HEX #7115BA Purple Heart

📋 copy color: '#7115BA'

red 113 ◦ green 21 ◦ blue 186

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

Shades of Purple Heart #7115BA

Tints of Purple Heart #7115BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.13%

R = 35.31%
G = 6.56%
B = 58.13%

CMYK

 C value IS 0.39

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7115BA (or 0x7115BA) is known color: Purple Heart. HEX triplet: 71, 15 and BA. RGB value is (113,21,186). Sum of RGB (Red+Green+Blue) = 113+21+186=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #7115BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7115BA is #8EEA45. Grayscale: #424242. Windows color (decimal): -9366086 or 12195185. OLE color: 12195185.

HSL color Cylindrical-coordinate representation of color #7115BA: hue angle of 273.45º 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 #7115BA is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 21 186 -
CMYK 0.39 0.89 0 0.27
HSL 273.45º 0.8% 0.41% -
HSV(B) 273.45º 0.89% 0.73% -
XYZ 15.94 7.59 47.08 -
YUV 67.32 194.98 160.58 -
System Red Green Blue C M Y K H S L
Decimal 113 21 186 0.39 0.89 0 0.27 273.45 0.8 0.41
Hex 71 15 BA 27 59 0 1B 111 50 29
Octal 161 25 272 47 131 0 33 421 120 51
Binary 1110001 10101 10111010 100111 1011001 0 11011 100010001 1010000 101001

Color Harmonies of #7115BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7115BA

Black with #7115BA

Text Example


Text Example

White with #7115BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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