Html Css Color HEX #5424B4 Purple Heart

📋 copy color: '#5424B4'

red 84 ◦ green 36 ◦ blue 180

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

Shades of Purple Heart #5424B4

Tints of Purple Heart #5424B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 60%

R = 28%
G = 12%
B = 60%

CMYK

 C value IS 0.53

 M value IS 0.8

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5424B4 (or 0x5424B4) is known color: Purple Heart. HEX triplet: 54, 24 and B4. RGB value is (84,36,180). Sum of RGB (Red+Green+Blue) = 84+36+180=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 180 (70.70% from 255 or 60% from 300); Max value from RGB is 180 - color contains mainly: blue. Hex color #5424B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5424B4 is #ABDB4B. Grayscale: #424242. Windows color (decimal): -11262796 or 11805780. OLE color: 11805780.

HSL color Cylindrical-coordinate representation of color #5424B4: hue angle of 260º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5424B4 is Cyan = 0.53, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 84 36 180 -
CMYK 0.53 0.8 0 0.29
HSL 260º 0.67% 0.42% -
HSV(B) 260º 0.8% 0.71% -
XYZ 12.53 6.44 43.76 -
YUV 66.77 191.9 140.29 -
System Red Green Blue C M Y K H S L
Decimal 84 36 180 0.53 0.8 0 0.29 260 0.67 0.42
Hex 54 24 B4 35 50 0 1D 104 43 2A
Octal 124 44 264 65 120 0 35 404 103 52
Binary 1010100 100100 10110100 110101 1010000 0 11101 100000100 1000011 101010

Color Harmonies of #5424B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5424B4

Black with #5424B4

Text Example


Text Example

White with #5424B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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