Html Css Color HEX #5418AA Purple Heart

📋 copy color: '#5418AA'

red 84 ◦ green 24 ◦ blue 170

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

Shades of Purple Heart #5418AA

Tints of Purple Heart #5418AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 61.15%

R = 30.22%
G = 8.63%
B = 61.15%

CMYK

 C value IS 0.51

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5418AA (or 0x5418AA) is known color: Purple Heart. HEX triplet: 54, 18 and AA. RGB value is (84,24,170). Sum of RGB (Red+Green+Blue) = 84+24+170=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #5418AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5418AA is #ABE755. Grayscale: #3A3A3A. Windows color (decimal): -11265878 or 11147348. OLE color: 11147348.

HSL color Cylindrical-coordinate representation of color #5418AA: hue angle of 264.66º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5418AA is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 24 170 -
CMYK 0.51 0.86 0 0.33
HSL 264.66º 0.75% 0.38% -
HSV(B) 264.66º 0.86% 0.67% -
XYZ 11.24 5.44 38.49 -
YUV 58.58 190.88 146.13 -
System Red Green Blue C M Y K H S L
Decimal 84 24 170 0.51 0.86 0 0.33 264.66 0.75 0.38
Hex 54 18 AA 33 56 0 21 109 4B 26
Octal 124 30 252 63 126 0 41 411 113 46
Binary 1010100 11000 10101010 110011 1010110 0 100001 100001001 1001011 100110

Color Harmonies of #5418AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5418AA

Black with #5418AA

Text Example


Text Example

White with #5418AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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