Html Css Color HEX #5418AE Purple Heart

📋 copy color: '#5418AE'

red 84 ◦ green 24 ◦ blue 174

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

Shades of Purple Heart #5418AE

Tints of Purple Heart #5418AE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.51%

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

R = 29.79%
G = 8.51%
B = 61.7%

CMYK

 C value IS 0.52

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5418AE (or 0x5418AE) is known color: Purple Heart. HEX triplet: 54, 18 and AE. RGB value is (84,24,174). Sum of RGB (Red+Green+Blue) = 84+24+174=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 174 (68.36% from 255 or 61.70% from 282); Max value from RGB is 174 - color contains mainly: blue. Hex color #5418AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5418AE is #ABE751. Grayscale: #3A3A3A. Windows color (decimal): -11265874 or 11409492. OLE color: 11409492.

HSL color Cylindrical-coordinate representation of color #5418AE: hue angle of 264º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5418AE is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 24 174 -
CMYK 0.52 0.86 0 0.32
HSL 264º 0.76% 0.39% -
HSV(B) 264º 0.86% 0.68% -
XYZ 11.62 5.59 40.51 -
YUV 59.04 192.88 145.8 -
System Red Green Blue C M Y K H S L
Decimal 84 24 174 0.52 0.86 0 0.32 264 0.76 0.39
Hex 54 18 AE 34 56 0 20 108 4C 27
Octal 124 30 256 64 126 0 40 410 114 47
Binary 1010100 11000 10101110 110100 1010110 0 100000 100001000 1001100 100111

Color Harmonies of #5418AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5418AE

Black with #5418AE

Text Example


Text Example

White with #5418AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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