Html Css Color HEX #541BAB Purple Heart

📋 copy color: '#541BAB'

red 84 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #541BAB

Tints of Purple Heart #541BAB

RGB

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

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

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

R = 29.79%
G = 9.57%
B = 60.64%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#541BAB (or 0x541BAB) is known color: Purple Heart. HEX triplet: 54, 1B and AB. RGB value is (84,27,171). Sum of RGB (Red+Green+Blue) = 84+27+171=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #541BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541BAB is #ABE454. Grayscale: #3B3B3B. Windows color (decimal): -11265109 or 11213652. OLE color: 11213652.

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

Color convert

RGB 84 27 171 -
CMYK 0.51 0.84 0 0.33
HSL 263.75º 0.73% 0.39% -
HSV(B) 263.75º 0.84% 0.67% -
XYZ 11.4 5.61 39.01 -
YUV 60.46 190.38 144.79 -
System Red Green Blue C M Y K H S L
Decimal 84 27 171 0.51 0.84 0 0.33 263.75 0.73 0.39
Hex 54 1B AB 33 54 0 21 108 49 27
Octal 124 33 253 63 124 0 41 410 111 47
Binary 1010100 11011 10101011 110011 1010100 0 100001 100001000 1001001 100111

Color Harmonies of #541BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541BAB

Black with #541BAB

Text Example


Text Example

White with #541BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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