Html Css Color HEX #5411AE Purple Heart

📋 copy color: '#5411AE'

red 84 ◦ green 17 ◦ blue 174

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

Shades of Purple Heart #5411AE

Tints of Purple Heart #5411AE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.18%

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

R = 30.55%
G = 6.18%
B = 63.27%

CMYK

 C value IS 0.52

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5411AE (or 0x5411AE) is known color: Purple Heart. HEX triplet: 54, 11 and AE. RGB value is (84,17,174). Sum of RGB (Red+Green+Blue) = 84+17+174=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #5411AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5411AE is #ABEE51. Grayscale: #363636. Windows color (decimal): -11267666 or 11407700. OLE color: 11407700.

HSL color Cylindrical-coordinate representation of color #5411AE: hue angle of 265.61º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5411AE is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 17 174 -
CMYK 0.52 0.90 0 0.32
HSL 265.61º 0.82% 0.37% -
HSV(B) 265.61º 0.9% 0.68% -
XYZ 11.5 5.34 40.47 -
YUV 54.93 195.2 148.73 -
System Red Green Blue C M Y K H S L
Decimal 84 17 174 0.52 0.90 0 0.32 265.61 0.82 0.37
Hex 54 11 AE 34 5A 0 20 10A 52 25
Octal 124 21 256 64 132 0 40 412 122 45
Binary 1010100 10001 10101110 110100 1011010 0 100000 100001010 1010010 100101

Color Harmonies of #5411AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5411AE

Black with #5411AE

Text Example


Text Example

White with #5411AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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