Html Css Color HEX #541DB5 Purple Heart

📋 copy color: '#541DB5'

red 84 ◦ green 29 ◦ blue 181

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

Shades of Purple Heart #541DB5

Tints of Purple Heart #541DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 61.56%

R = 28.57%
G = 9.86%
B = 61.56%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#541DB5 (or 0x541DB5) is known color: Purple Heart. HEX triplet: 54, 1D and B5. RGB value is (84,29,181). Sum of RGB (Red+Green+Blue) = 84+29+181=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 181 (71.09% from 255 or 61.56% from 294); Max value from RGB is 181 - color contains mainly: blue. Hex color #541DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541DB5 is #ABE24A. Grayscale: #3E3E3E. Windows color (decimal): -11264587 or 11869524. OLE color: 11869524.

HSL color Cylindrical-coordinate representation of color #541DB5: hue angle of 261.71º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #541DB5 is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 84 29 181 -
CMYK 0.54 0.84 0 0.29
HSL 261.71º 0.72% 0.41% -
HSV(B) 261.71º 0.84% 0.71% -
XYZ 12.44 6.1 44.24 -
YUV 62.77 194.72 143.14 -
System Red Green Blue C M Y K H S L
Decimal 84 29 181 0.54 0.84 0 0.29 261.71 0.72 0.41
Hex 54 1D B5 36 54 0 1D 106 48 29
Octal 124 35 265 66 124 0 35 406 110 51
Binary 1010100 11101 10110101 110110 1010100 0 11101 100000110 1001000 101001

Color Harmonies of #541DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541DB5

Black with #541DB5

Text Example


Text Example

White with #541DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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