Html Css Color HEX #7115AC Purple Heart

📋 copy color: '#7115AC'

red 113 ◦ green 21 ◦ blue 172

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

Shades of Purple Heart #7115AC

Tints of Purple Heart #7115AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.21%

R = 36.93%
G = 6.86%
B = 56.21%

CMYK

 C value IS 0.34

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7115AC (or 0x7115AC) is known color: Purple Heart. HEX triplet: 71, 15 and AC. RGB value is (113,21,172). Sum of RGB (Red+Green+Blue) = 113+21+172=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #7115AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7115AC is #8EEA53. Grayscale: #414141. Windows color (decimal): -9366100 or 11277681. OLE color: 11277681.

HSL color Cylindrical-coordinate representation of color #7115AC: hue angle of 276.56º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7115AC is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 21 172 -
CMYK 0.34 0.88 0 0.33
HSL 276.56º 0.78% 0.38% -
HSV(B) 276.56º 0.88% 0.67% -
XYZ 14.52 7.03 39.62 -
YUV 65.72 187.98 161.72 -
System Red Green Blue C M Y K H S L
Decimal 113 21 172 0.34 0.88 0 0.33 276.56 0.78 0.38
Hex 71 15 AC 22 58 0 21 115 4E 26
Octal 161 25 254 42 130 0 41 425 116 46
Binary 1110001 10101 10101100 100010 1011000 0 100001 100010101 1001110 100110

Color Harmonies of #7115AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7115AC

Black with #7115AC

Text Example


Text Example

White with #7115AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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