Html Css Color HEX #541BBC Purple Heart

📋 copy color: '#541BBC'

red 84 ◦ green 27 ◦ blue 188

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

Shades of Purple Heart #541BBC

Tints of Purple Heart #541BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.88%

R = 28.09%
G = 9.03%
B = 62.88%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#541BBC (or 0x541BBC) is known color: Purple Heart. HEX triplet: 54, 1B and BC. RGB value is (84,27,188). Sum of RGB (Red+Green+Blue) = 84+27+188=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #541BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541BBC is #ABE443. Grayscale: #3D3D3D. Windows color (decimal): -11265092 or 12327764. OLE color: 12327764.

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

Color convert

RGB 84 27 188 -
CMYK 0.55 0.86 0 0.26
HSL 261.24º 0.75% 0.42% -
HSV(B) 261.24º 0.86% 0.74% -
XYZ 13.13 6.3 48.1 -
YUV 62.4 198.88 143.41 -
System Red Green Blue C M Y K H S L
Decimal 84 27 188 0.55 0.86 0 0.26 261.24 0.75 0.42
Hex 54 1B BC 37 56 0 1A 105 4B 2A
Octal 124 33 274 67 126 0 32 405 113 52
Binary 1010100 11011 10111100 110111 1010110 0 11010 100000101 1001011 101010

Color Harmonies of #541BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541BBC

Black with #541BBC

Text Example


Text Example

White with #541BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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