Html Css Color HEX #541BAE Purple Heart

📋 copy color: '#541BAE'

red 84 ◦ green 27 ◦ blue 174

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

Shades of Purple Heart #541BAE

Tints of Purple Heart #541BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.47%

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

R = 29.47%
G = 9.47%
B = 61.05%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#541BAE (or 0x541BAE) is known color: Purple Heart. HEX triplet: 54, 1B and AE. RGB value is (84,27,174). Sum of RGB (Red+Green+Blue) = 84+27+174=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #541BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541BAE is #ABE451. Grayscale: #3C3C3C. Windows color (decimal): -11265106 or 11410260. OLE color: 11410260.

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

Color convert

RGB 84 27 174 -
CMYK 0.52 0.84 0 0.32
HSL 263.27º 0.73% 0.39% -
HSV(B) 263.27º 0.84% 0.68% -
XYZ 11.69 5.72 40.53 -
YUV 60.8 191.88 144.55 -
System Red Green Blue C M Y K H S L
Decimal 84 27 174 0.52 0.84 0 0.32 263.27 0.73 0.39
Hex 54 1B AE 34 54 0 20 107 49 27
Octal 124 33 256 64 124 0 40 407 111 47
Binary 1010100 11011 10101110 110100 1010100 0 100000 100000111 1001001 100111

Color Harmonies of #541BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541BAE

Black with #541BAE

Text Example


Text Example

White with #541BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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