Html Css Color HEX #7424AC Purple Heart

📋 copy color: '#7424AC'

red 116 ◦ green 36 ◦ blue 172

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

Shades of Purple Heart #7424AC

Tints of Purple Heart #7424AC

RGB

 RED value IS 116 (45.7% from 255) = 35.8%

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

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

R = 35.8%
G = 11.11%
B = 53.09%

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

#7424AC (or 0x7424AC) is known color: Purple Heart. HEX triplet: 74, 24 and AC. RGB value is (116,36,172). Sum of RGB (Red+Green+Blue) = 116+36+172=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #7424AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7424AC is #8BDB53. Grayscale: #4A4A4A. Windows color (decimal): -9165652 or 11281524. OLE color: 11281524.

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

Color convert

RGB 116 36 172 -
CMYK 0.33 0.79 0 0.33
HSL 275.29º 0.65% 0.41% -
HSV(B) 275.29º 0.79% 0.67% -
XYZ 15.28 7.95 39.76 -
YUV 75.42 182.5 156.94 -
System Red Green Blue C M Y K H S L
Decimal 116 36 172 0.33 0.79 0 0.33 275.29 0.65 0.41
Hex 74 24 AC 21 4F 0 21 113 41 29
Octal 164 44 254 41 117 0 41 423 101 51
Binary 1110100 100100 10101100 100001 1001111 0 100001 100010011 1000001 101001

Color Harmonies of #7424AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7424AC

Black with #7424AC

Text Example


Text Example

White with #7424AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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