Html Css Color HEX #541DAE Purple Heart

📋 copy color: '#541DAE'

red 84 ◦ green 29 ◦ blue 174

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

Shades of Purple Heart #541DAE

Tints of Purple Heart #541DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.1%

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

R = 29.27%
G = 10.1%
B = 60.63%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#541DAE (or 0x541DAE) is known color: Purple Heart. HEX triplet: 54, 1D and AE. RGB value is (84,29,174). Sum of RGB (Red+Green+Blue) = 84+29+174=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #541DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541DAE is #ABE251. Grayscale: #3D3D3D. Windows color (decimal): -11264594 or 11410772. OLE color: 11410772.

HSL color Cylindrical-coordinate representation of color #541DAE: hue angle of 262.76º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #541DAE is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 29 174 -
CMYK 0.52 0.83 0 0.32
HSL 262.76º 0.71% 0.4% -
HSV(B) 262.76º 0.83% 0.68% -
XYZ 11.74 5.82 40.55 -
YUV 61.98 191.22 143.71 -
System Red Green Blue C M Y K H S L
Decimal 84 29 174 0.52 0.83 0 0.32 262.76 0.71 0.4
Hex 54 1D AE 34 53 0 20 107 47 28
Octal 124 35 256 64 123 0 40 407 107 50
Binary 1010100 11101 10101110 110100 1010011 0 100000 100000111 1000111 101000

Color Harmonies of #541DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541DAE

Black with #541DAE

Text Example


Text Example

White with #541DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541DAE; }

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

 H1.HeaderClassName
 {
   color: #541DAE;
 }
 .AnyTagClassName
 {
   color: #541DAE;
 }
</style>

background-color css

<style>
 a { background-color: #541DAE; }

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

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

border-color css

<style>
 span { border-color: #541DAE; }

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

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