Html Css Color HEX #7324AD Purple Heart

📋 copy color: '#7324AD'

red 115 ◦ green 36 ◦ blue 173

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

Shades of Purple Heart #7324AD

Tints of Purple Heart #7324AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.4%

R = 35.49%
G = 11.11%
B = 53.4%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7324AD (or 0x7324AD) is known color: Purple Heart. HEX triplet: 73, 24 and AD. RGB value is (115,36,173). Sum of RGB (Red+Green+Blue) = 115+36+173=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #7324AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7324AD is #8CDB52. Grayscale: #4A4A4A. Windows color (decimal): -9231187 or 11347059. OLE color: 11347059.

HSL color Cylindrical-coordinate representation of color #7324AD: hue angle of 274.6º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7324AD is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 36 173 -
CMYK 0.34 0.79 0 0.32
HSL 274.6º 0.66% 0.41% -
HSV(B) 274.6º 0.79% 0.68% -
XYZ 15.24 7.92 40.26 -
YUV 75.24 183.17 156.36 -
System Red Green Blue C M Y K H S L
Decimal 115 36 173 0.34 0.79 0 0.32 274.6 0.66 0.41
Hex 73 24 AD 22 4F 0 20 113 42 29
Octal 163 44 255 42 117 0 40 423 102 51
Binary 1110011 100100 10101101 100010 1001111 0 100000 100010011 1000010 101001

Color Harmonies of #7324AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7324AD

Black with #7324AD

Text Example


Text Example

White with #7324AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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