Html Css Color HEX #5418AC Purple Heart

📋 copy color: '#5418AC'

red 84 ◦ green 24 ◦ blue 172

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

Shades of Purple Heart #5418AC

Tints of Purple Heart #5418AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.43%

R = 30%
G = 8.57%
B = 61.43%

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

#5418AC (or 0x5418AC) is known color: Purple Heart. HEX triplet: 54, 18 and AC. RGB value is (84,24,172). Sum of RGB (Red+Green+Blue) = 84+24+172=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #5418AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5418AC is #ABE753. Grayscale: #3A3A3A. Windows color (decimal): -11265876 or 11278420. OLE color: 11278420.

HSL color Cylindrical-coordinate representation of color #5418AC: hue angle of 264.32º degrees, saturation: 0.76, 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 #5418AC is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 24 172 -
CMYK 0.51 0.86 0 0.33
HSL 264.32º 0.76% 0.38% -
HSV(B) 264.32º 0.86% 0.67% -
XYZ 11.43 5.52 39.49 -
YUV 58.81 191.88 145.97 -
System Red Green Blue C M Y K H S L
Decimal 84 24 172 0.51 0.86 0 0.33 264.32 0.76 0.38
Hex 54 18 AC 33 56 0 21 108 4C 26
Octal 124 30 254 63 126 0 41 410 114 46
Binary 1010100 11000 10101100 110011 1010110 0 100001 100001000 1001100 100110

Color Harmonies of #5418AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5418AC

Black with #5418AC

Text Example


Text Example

White with #5418AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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