Html Css Color HEX #7113AC Purple Heart

📋 copy color: '#7113AC'

red 113 ◦ green 19 ◦ blue 172

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

Shades of Purple Heart #7113AC

Tints of Purple Heart #7113AC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.25%

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

R = 37.17%
G = 6.25%
B = 56.58%

CMYK

 C value IS 0.34

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7113AC (or 0x7113AC) is known color: Purple Heart. HEX triplet: 71, 13 and AC. RGB value is (113,19,172). Sum of RGB (Red+Green+Blue) = 113+19+172=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #7113AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7113AC is #8EEC53. Grayscale: #404040. Windows color (decimal): -9366612 or 11277169. OLE color: 11277169.

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

Color convert

RGB 113 19 172 -
CMYK 0.34 0.89 0 0.33
HSL 276.86º 0.8% 0.37% -
HSV(B) 276.86º 0.89% 0.67% -
XYZ 14.49 6.96 39.61 -
YUV 64.55 188.64 162.56 -
System Red Green Blue C M Y K H S L
Decimal 113 19 172 0.34 0.89 0 0.33 276.86 0.8 0.37
Hex 71 13 AC 22 59 0 21 115 50 25
Octal 161 23 254 42 131 0 41 425 120 45
Binary 1110001 10011 10101100 100010 1011001 0 100001 100010101 1010000 100101

Color Harmonies of #7113AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7113AC

Black with #7113AC

Text Example


Text Example

White with #7113AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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