Html Css Color HEX #7324AC Purple Heart

📋 copy color: '#7324AC'

red 115 ◦ green 36 ◦ blue 172

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

Shades of Purple Heart #7324AC

Tints of Purple Heart #7324AC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.15%

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

R = 35.6%
G = 11.15%
B = 53.25%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7324AC (or 0x7324AC) is known color: Purple Heart. HEX triplet: 73, 24 and AC. RGB value is (115,36,172). Sum of RGB (Red+Green+Blue) = 115+36+172=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #7324AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7324AC is #8CDB53. Grayscale: #4A4A4A. Windows color (decimal): -9231188 or 11281523. OLE color: 11281523.

HSL color Cylindrical-coordinate representation of color #7324AC: hue angle of 274.85º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7324AC is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 36 172 -
CMYK 0.33 0.79 0 0.33
HSL 274.85º 0.65% 0.41% -
HSV(B) 274.85º 0.79% 0.67% -
XYZ 15.15 7.89 39.75 -
YUV 75.13 182.67 156.44 -
System Red Green Blue C M Y K H S L
Decimal 115 36 172 0.33 0.79 0 0.33 274.85 0.65 0.41
Hex 73 24 AC 21 4F 0 21 113 41 29
Octal 163 44 254 41 117 0 41 423 101 51
Binary 1110011 100100 10101100 100001 1001111 0 100001 100010011 1000001 101001

Color Harmonies of #7324AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7324AC

Black with #7324AC

Text Example


Text Example

White with #7324AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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