Html Css Color HEX #541DB9 Purple Heart

📋 copy color: '#541DB9'

red 84 ◦ green 29 ◦ blue 185

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

Shades of Purple Heart #541DB9

Tints of Purple Heart #541DB9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.73%

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

R = 28.19%
G = 9.73%
B = 62.08%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#541DB9 (or 0x541DB9) is known color: Purple Heart. HEX triplet: 54, 1D and B9. RGB value is (84,29,185). Sum of RGB (Red+Green+Blue) = 84+29+185=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 185 (72.66% from 255 or 62.08% from 298); Max value from RGB is 185 - color contains mainly: blue. Hex color #541DB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541DB9 is #ABE246. Grayscale: #3E3E3E. Windows color (decimal): -11264583 or 12131668. OLE color: 12131668.

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

Color convert

RGB 84 29 185 -
CMYK 0.55 0.84 0 0.27
HSL 261.15º 0.73% 0.42% -
HSV(B) 261.15º 0.84% 0.73% -
XYZ 12.85 6.27 46.43 -
YUV 63.23 196.72 142.82 -
System Red Green Blue C M Y K H S L
Decimal 84 29 185 0.55 0.84 0 0.27 261.15 0.73 0.42
Hex 54 1D B9 37 54 0 1B 105 49 2A
Octal 124 35 271 67 124 0 33 405 111 52
Binary 1010100 11101 10111001 110111 1010100 0 11011 100000101 1001001 101010

Color Harmonies of #541DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541DB9

Black with #541DB9

Text Example


Text Example

White with #541DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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