Html Css Color HEX #5424AE Purple Heart

📋 copy color: '#5424AE'

red 84 ◦ green 36 ◦ blue 174

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

Shades of Purple Heart #5424AE

Tints of Purple Heart #5424AE

RGB

 RED value IS 84 (33.2% from 255) = 28.57%

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

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

R = 28.57%
G = 12.24%
B = 59.18%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5424AE (or 0x5424AE) is known color: Purple Heart. HEX triplet: 54, 24 and AE. RGB value is (84,36,174). Sum of RGB (Red+Green+Blue) = 84+36+174=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #5424AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5424AE is #ABDB51. Grayscale: #414141. Windows color (decimal): -11262802 or 11412564. OLE color: 11412564.

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

Color convert

RGB 84 36 174 -
CMYK 0.52 0.79 0 0.32
HSL 260.87º 0.66% 0.41% -
HSV(B) 260.87º 0.79% 0.68% -
XYZ 11.93 6.2 40.61 -
YUV 66.08 188.9 140.78 -
System Red Green Blue C M Y K H S L
Decimal 84 36 174 0.52 0.79 0 0.32 260.87 0.66 0.41
Hex 54 24 AE 34 4F 0 20 105 42 29
Octal 124 44 256 64 117 0 40 405 102 51
Binary 1010100 100100 10101110 110100 1001111 0 100000 100000101 1000010 101001

Color Harmonies of #5424AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5424AE

Black with #5424AE

Text Example


Text Example

White with #5424AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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