Html Css Color HEX #541EB6 Purple Heart

📋 copy color: '#541EB6'

red 84 ◦ green 30 ◦ blue 182

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

Shades of Purple Heart #541EB6

Tints of Purple Heart #541EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 61.49%

R = 28.38%
G = 10.14%
B = 61.49%

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

#541EB6 (or 0x541EB6) is known color: Purple Heart. HEX triplet: 54, 1E and B6. RGB value is (84,30,182). Sum of RGB (Red+Green+Blue) = 84+30+182=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 182 (71.48% from 255 or 61.49% from 296); Max value from RGB is 182 - color contains mainly: blue. Hex color #541EB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541EB6 is #ABE149. Grayscale: #3E3E3E. Windows color (decimal): -11264330 or 11935316. OLE color: 11935316.

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

Color convert

RGB 84 30 182 -
CMYK 0.54 0.84 0 0.29
HSL 261.32º 0.72% 0.42% -
HSV(B) 261.32º 0.84% 0.71% -
XYZ 12.56 6.19 44.79 -
YUV 63.47 194.89 142.64 -
System Red Green Blue C M Y K H S L
Decimal 84 30 182 0.54 0.84 0 0.29 261.32 0.72 0.42
Hex 54 1E B6 36 54 0 1D 105 48 2A
Octal 124 36 266 66 124 0 35 405 110 52
Binary 1010100 11110 10110110 110110 1010100 0 11101 100000101 1001000 101010

Color Harmonies of #541EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541EB6

Black with #541EB6

Text Example


Text Example

White with #541EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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