Html Css Color HEX #7309AC Purple Heart

📋 copy color: '#7309AC'

red 115 ◦ green 9 ◦ blue 172

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

Shades of Purple Heart #7309AC

Tints of Purple Heart #7309AC

RGB

 RED value IS 115 (45.31% from 255) = 38.85%

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

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

R = 38.85%
G = 3.04%
B = 58.11%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7309AC (or 0x7309AC) is known color: Purple Heart. HEX triplet: 73, 09 and AC. RGB value is (115,9,172). Sum of RGB (Red+Green+Blue) = 115+9+172=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #7309AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7309AC is #8CF653. Grayscale: #3A3A3A. Windows color (decimal): -9238100 or 11274611. OLE color: 11274611.

HSL color Cylindrical-coordinate representation of color #7309AC: hue angle of 279.02º 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 #7309AC is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 9 172 -
CMYK 0.33 0.95 0 0.33
HSL 279.02º 0.9% 0.35% -
HSV(B) 279.02º 0.95% 0.67% -
XYZ 14.61 6.82 39.58 -
YUV 59.28 191.62 167.75 -
System Red Green Blue C M Y K H S L
Decimal 115 9 172 0.33 0.95 0 0.33 279.02 0.9 0.35
Hex 73 9 AC 21 5F 0 21 117 5A 23
Octal 163 11 254 41 137 0 41 427 132 43
Binary 1110011 1001 10101100 100001 1011111 0 100001 100010111 1011010 100011

Color Harmonies of #7309AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7309AC

Black with #7309AC

Text Example


Text Example

White with #7309AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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