Html Css Color HEX #541EB1 Purple Heart

📋 copy color: '#541EB1'

red 84 ◦ green 30 ◦ blue 177

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

Shades of Purple Heart #541EB1

Tints of Purple Heart #541EB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 60.82%

R = 28.87%
G = 10.31%
B = 60.82%

CMYK

 C value IS 0.53

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#541EB1 (or 0x541EB1) is known color: Purple Heart. HEX triplet: 54, 1E and B1. RGB value is (84,30,177). Sum of RGB (Red+Green+Blue) = 84+30+177=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 177 (69.53% from 255 or 60.82% from 291); Max value from RGB is 177 - color contains mainly: blue. Hex color #541EB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541EB1 is #ABE14E. Grayscale: #3E3E3E. Windows color (decimal): -11264335 or 11607636. OLE color: 11607636.

HSL color Cylindrical-coordinate representation of color #541EB1: hue angle of 262.04º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #541EB1 is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 30 177 -
CMYK 0.53 0.83 0 0.31
HSL 262.04º 0.71% 0.41% -
HSV(B) 262.04º 0.83% 0.69% -
XYZ 12.06 5.99 42.12 -
YUV 62.9 192.39 143.05 -
System Red Green Blue C M Y K H S L
Decimal 84 30 177 0.53 0.83 0 0.31 262.04 0.71 0.41
Hex 54 1E B1 35 53 0 1F 106 47 29
Octal 124 36 261 65 123 0 37 406 107 51
Binary 1010100 11110 10110001 110101 1010011 0 11111 100000110 1000111 101001

Color Harmonies of #541EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541EB1

Black with #541EB1

Text Example


Text Example

White with #541EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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