Html Css Color HEX #541BAC Purple Heart

📋 copy color: '#541BAC'

red 84 ◦ green 27 ◦ blue 172

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

Shades of Purple Heart #541BAC

Tints of Purple Heart #541BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.78%

R = 29.68%
G = 9.54%
B = 60.78%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#541BAC (or 0x541BAC) is known color: Purple Heart. HEX triplet: 54, 1B and AC. RGB value is (84,27,172). Sum of RGB (Red+Green+Blue) = 84+27+172=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #541BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541BAC is #ABE453. Grayscale: #3C3C3C. Windows color (decimal): -11265108 or 11279188. OLE color: 11279188.

HSL color Cylindrical-coordinate representation of color #541BAC: hue angle of 263.59º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #541BAC is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 27 172 -
CMYK 0.51 0.84 0 0.33
HSL 263.59º 0.73% 0.39% -
HSV(B) 263.59º 0.84% 0.67% -
XYZ 11.49 5.65 39.51 -
YUV 60.57 190.88 144.71 -
System Red Green Blue C M Y K H S L
Decimal 84 27 172 0.51 0.84 0 0.33 263.59 0.73 0.39
Hex 54 1B AC 33 54 0 21 108 49 27
Octal 124 33 254 63 124 0 41 410 111 47
Binary 1010100 11011 10101100 110011 1010100 0 100001 100001000 1001001 100111

Color Harmonies of #541BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541BAC

Black with #541BAC

Text Example


Text Example

White with #541BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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