Html Css Color HEX #541AB9 Purple Heart

📋 copy color: '#541AB9'

red 84 ◦ green 26 ◦ blue 185

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

Shades of Purple Heart #541AB9

Tints of Purple Heart #541AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 62.71%

R = 28.47%
G = 8.81%
B = 62.71%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#541AB9 (or 0x541AB9) is known color: Purple Heart. HEX triplet: 54, 1A and B9. RGB value is (84,26,185). Sum of RGB (Red+Green+Blue) = 84+26+185=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 185 (72.66% from 255 or 62.71% from 295); Max value from RGB is 185 - color contains mainly: blue. Hex color #541AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541AB9 is #ABE546. Grayscale: #3C3C3C. Windows color (decimal): -11265351 or 12130900. OLE color: 12130900.

HSL color Cylindrical-coordinate representation of color #541AB9: hue angle of 261.89º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #541AB9 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 26 185 -
CMYK 0.55 0.86 0 0.27
HSL 261.89º 0.75% 0.41% -
HSV(B) 261.89º 0.86% 0.73% -
XYZ 12.78 6.13 46.41 -
YUV 61.47 197.72 144.07 -
System Red Green Blue C M Y K H S L
Decimal 84 26 185 0.55 0.86 0 0.27 261.89 0.75 0.41
Hex 54 1A B9 37 56 0 1B 106 4B 29
Octal 124 32 271 67 126 0 33 406 113 51
Binary 1010100 11010 10111001 110111 1010110 0 11011 100000110 1001011 101001

Color Harmonies of #541AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541AB9

Black with #541AB9

Text Example


Text Example

White with #541AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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