Html Css Color HEX #541BBB Purple Heart

📋 copy color: '#541BBB'

red 84 ◦ green 27 ◦ blue 187

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

Shades of Purple Heart #541BBB

Tints of Purple Heart #541BBB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.06%

 BLUE value IS 187 (73.44% from 255) = 62.75%

R = 28.19%
G = 9.06%
B = 62.75%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#541BBB (or 0x541BBB) is known color: Purple Heart. HEX triplet: 54, 1B and BB. RGB value is (84,27,187). Sum of RGB (Red+Green+Blue) = 84+27+187=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #541BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541BBB is #ABE444. Grayscale: #3D3D3D. Windows color (decimal): -11265093 or 12262228. OLE color: 12262228.

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

Color convert

RGB 84 27 187 -
CMYK 0.55 0.86 0 0.27
HSL 261.38º 0.75% 0.42% -
HSV(B) 261.38º 0.86% 0.73% -
XYZ 13.02 6.26 47.54 -
YUV 62.28 198.38 143.49 -
System Red Green Blue C M Y K H S L
Decimal 84 27 187 0.55 0.86 0 0.27 261.38 0.75 0.42
Hex 54 1B BB 37 56 0 1B 105 4B 2A
Octal 124 33 273 67 126 0 33 405 113 52
Binary 1010100 11011 10111011 110111 1010110 0 11011 100000101 1001011 101010

Color Harmonies of #541BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541BBB

Black with #541BBB

Text Example


Text Example

White with #541BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,27,187); }

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

background-color css

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

 a { background-color: rgb(84,27,187); }

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

border-color css

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

 span { border-color: rgb(84,27,187); }

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