Html Css Color HEX #541ABB Purple Heart

📋 copy color: '#541ABB'

red 84 ◦ green 26 ◦ blue 187

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

Shades of Purple Heart #541ABB

Tints of Purple Heart #541ABB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.75%

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

R = 28.28%
G = 8.75%
B = 62.96%

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

#541ABB (or 0x541ABB) is known color: Purple Heart. HEX triplet: 54, 1A and BB. RGB value is (84,26,187). Sum of RGB (Red+Green+Blue) = 84+26+187=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 187 (73.44% from 255 or 62.96% from 297); Max value from RGB is 187 - color contains mainly: blue. Hex color #541ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541ABB is #ABE544. Grayscale: #3D3D3D. Windows color (decimal): -11265349 or 12261972. OLE color: 12261972.

HSL color Cylindrical-coordinate representation of color #541ABB: hue angle of 261.61º degrees, saturation: 0.76, 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 #541ABB is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 26 187 -
CMYK 0.55 0.86 0 0.27
HSL 261.61º 0.76% 0.42% -
HSV(B) 261.61º 0.86% 0.73% -
XYZ 13 6.21 47.53 -
YUV 61.7 198.72 143.91 -
System Red Green Blue C M Y K H S L
Decimal 84 26 187 0.55 0.86 0 0.27 261.61 0.76 0.42
Hex 54 1A BB 37 56 0 1B 106 4C 2A
Octal 124 32 273 67 126 0 33 406 114 52
Binary 1010100 11010 10111011 110111 1010110 0 11011 100000110 1001100 101010

Color Harmonies of #541ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541ABB

Black with #541ABB

Text Example


Text Example

White with #541ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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