Html Css Color HEX #541EB8 Purple Heart

📋 copy color: '#541EB8'

red 84 ◦ green 30 ◦ blue 184

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

Shades of Purple Heart #541EB8

Tints of Purple Heart #541EB8

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.07%

 BLUE value IS 184 (72.27% from 255) = 61.74%

R = 28.19%
G = 10.07%
B = 61.74%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#541EB8 (or 0x541EB8) is known color: Purple Heart. HEX triplet: 54, 1E and B8. RGB value is (84,30,184). Sum of RGB (Red+Green+Blue) = 84+30+184=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 184 (72.27% from 255 or 61.74% from 298); Max value from RGB is 184 - color contains mainly: blue. Hex color #541EB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541EB8 is #ABE147. Grayscale: #3F3F3F. Windows color (decimal): -11264328 or 12066388. OLE color: 12066388.

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

Color convert

RGB 84 30 184 -
CMYK 0.54 0.84 0 0.28
HSL 261.04º 0.72% 0.42% -
HSV(B) 261.04º 0.84% 0.72% -
XYZ 12.77 6.27 45.89 -
YUV 63.7 195.89 142.48 -
System Red Green Blue C M Y K H S L
Decimal 84 30 184 0.54 0.84 0 0.28 261.04 0.72 0.42
Hex 54 1E B8 36 54 0 1C 105 48 2A
Octal 124 36 270 66 124 0 34 405 110 52
Binary 1010100 11110 10111000 110110 1010100 0 11100 100000101 1001000 101010

Color Harmonies of #541EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541EB8

Black with #541EB8

Text Example


Text Example

White with #541EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,30,184); }

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

background-color css

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

 a { background-color: rgb(84,30,184); }

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

border-color css

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

 span { border-color: rgb(84,30,184); }

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