Html Css Color HEX #7109AC Purple Heart

📋 copy color: '#7109AC'

red 113 ◦ green 9 ◦ blue 172

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

Shades of Purple Heart #7109AC

Tints of Purple Heart #7109AC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.06%

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

R = 38.44%
G = 3.06%
B = 58.5%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7109AC (or 0x7109AC) is known color: Purple Heart. HEX triplet: 71, 09 and AC. RGB value is (113,9,172). Sum of RGB (Red+Green+Blue) = 113+9+172=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #7109AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7109AC is #8EF653. Grayscale: #3A3A3A. Windows color (decimal): -9369172 or 11274609. OLE color: 11274609.

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

Color convert

RGB 113 9 172 -
CMYK 0.34 0.95 0 0.33
HSL 278.28º 0.9% 0.35% -
HSV(B) 278.28º 0.95% 0.67% -
XYZ 14.35 6.68 39.56 -
YUV 58.68 191.96 166.75 -
System Red Green Blue C M Y K H S L
Decimal 113 9 172 0.34 0.95 0 0.33 278.28 0.9 0.35
Hex 71 9 AC 22 5F 0 21 116 5A 23
Octal 161 11 254 42 137 0 41 426 132 43
Binary 1110001 1001 10101100 100010 1011111 0 100001 100010110 1011010 100011

Color Harmonies of #7109AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7109AC

Black with #7109AC

Text Example


Text Example

White with #7109AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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