Html Css Color HEX #541CAB Purple Heart

📋 copy color: '#541CAB'

red 84 ◦ green 28 ◦ blue 171

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

Shades of Purple Heart #541CAB

Tints of Purple Heart #541CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.89%

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

R = 29.68%
G = 9.89%
B = 60.42%

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

#541CAB (or 0x541CAB) is known color: Purple Heart. HEX triplet: 54, 1C and AB. RGB value is (84,28,171). Sum of RGB (Red+Green+Blue) = 84+28+171=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #541CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541CAB is #ABE354. Grayscale: #3C3C3C. Windows color (decimal): -11264853 or 11213908. OLE color: 11213908.

HSL color Cylindrical-coordinate representation of color #541CAB: hue angle of 263.5º degrees, saturation: 0.72, 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 #541CAB is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 28 171 -
CMYK 0.51 0.84 0 0.33
HSL 263.5º 0.72% 0.39% -
HSV(B) 263.5º 0.84% 0.67% -
XYZ 11.42 5.66 39.02 -
YUV 61.05 190.05 144.37 -
System Red Green Blue C M Y K H S L
Decimal 84 28 171 0.51 0.84 0 0.33 263.5 0.72 0.39
Hex 54 1C AB 33 54 0 21 107 48 27
Octal 124 34 253 63 124 0 41 407 110 47
Binary 1010100 11100 10101011 110011 1010100 0 100001 100000111 1001000 100111

Color Harmonies of #541CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541CAB

Black with #541CAB

Text Example


Text Example

White with #541CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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