Html Css Color HEX #7424AE Purple Heart

📋 copy color: '#7424AE'

red 116 ◦ green 36 ◦ blue 174

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

Shades of Purple Heart #7424AE

Tints of Purple Heart #7424AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 53.37%

R = 35.58%
G = 11.04%
B = 53.37%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7424AE (or 0x7424AE) is known color: Purple Heart. HEX triplet: 74, 24 and AE. RGB value is (116,36,174). Sum of RGB (Red+Green+Blue) = 116+36+174=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #7424AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7424AE is #8BDB51. Grayscale: #4B4B4B. Windows color (decimal): -9165650 or 11412596. OLE color: 11412596.

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

Color convert

RGB 116 36 174 -
CMYK 0.33 0.79 0 0.32
HSL 274.78º 0.66% 0.41% -
HSV(B) 274.78º 0.79% 0.68% -
XYZ 15.47 8.03 40.78 -
YUV 75.65 183.5 156.78 -
System Red Green Blue C M Y K H S L
Decimal 116 36 174 0.33 0.79 0 0.32 274.78 0.66 0.41
Hex 74 24 AE 21 4F 0 20 113 42 29
Octal 164 44 256 41 117 0 40 423 102 51
Binary 1110100 100100 10101110 100001 1001111 0 100000 100010011 1000010 101001

Color Harmonies of #7424AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7424AE

Black with #7424AE

Text Example


Text Example

White with #7424AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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