Html Css Color HEX #541AAB Purple Heart

📋 copy color: '#541AAB'

red 84 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #541AAB

Tints of Purple Heart #541AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.25%

 BLUE value IS 171 (67.19% from 255) = 60.85%

R = 29.89%
G = 9.25%
B = 60.85%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#541AAB (or 0x541AAB) is known color: Purple Heart. HEX triplet: 54, 1A and AB. RGB value is (84,26,171). Sum of RGB (Red+Green+Blue) = 84+26+171=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #541AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541AAB is #ABE554. Grayscale: #3B3B3B. Windows color (decimal): -11265365 or 11213396. OLE color: 11213396.

HSL color Cylindrical-coordinate representation of color #541AAB: hue angle of 264º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #541AAB is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 26 171 -
CMYK 0.51 0.85 0 0.33
HSL 264º 0.74% 0.39% -
HSV(B) 264º 0.85% 0.67% -
XYZ 11.38 5.56 39 -
YUV 59.87 190.72 145.21 -
System Red Green Blue C M Y K H S L
Decimal 84 26 171 0.51 0.85 0 0.33 264 0.74 0.39
Hex 54 1A AB 33 55 0 21 108 4A 27
Octal 124 32 253 63 125 0 41 410 112 47
Binary 1010100 11010 10101011 110011 1010101 0 100001 100001000 1001010 100111

Color Harmonies of #541AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541AAB

Black with #541AAB

Text Example


Text Example

White with #541AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,26,171); }

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

background-color css

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

 a { background-color: rgb(84,26,171); }

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

border-color css

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

 span { border-color: rgb(84,26,171); }

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