Html Css Color HEX #541ABF Purple Heart

📋 copy color: '#541ABF'

red 84 ◦ green 26 ◦ blue 191

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

Shades of Purple Heart #541ABF

Tints of Purple Heart #541ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.46%

R = 27.91%
G = 8.64%
B = 63.46%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#541ABF (or 0x541ABF) is known color: Purple Heart. HEX triplet: 54, 1A and BF. RGB value is (84,26,191). Sum of RGB (Red+Green+Blue) = 84+26+191=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 191 (75% from 255 or 63.46% from 301); Max value from RGB is 191 - color contains mainly: blue. Hex color #541ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541ABF is #ABE540. Grayscale: #3D3D3D. Windows color (decimal): -11265345 or 12524116. OLE color: 12524116.

HSL color Cylindrical-coordinate representation of color #541ABF: hue angle of 261.09º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #541ABF is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 26 191 -
CMYK 0.56 0.86 0 0.25
HSL 261.09º 0.76% 0.43% -
HSV(B) 261.09º 0.86% 0.75% -
XYZ 13.43 6.39 49.81 -
YUV 62.15 200.72 143.58 -
System Red Green Blue C M Y K H S L
Decimal 84 26 191 0.56 0.86 0 0.25 261.09 0.76 0.43
Hex 54 1A BF 38 56 0 19 105 4C 2B
Octal 124 32 277 70 126 0 31 405 114 53
Binary 1010100 11010 10111111 111000 1010110 0 11001 100000101 1001100 101011

Color Harmonies of #541ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541ABF

Black with #541ABF

Text Example


Text Example

White with #541ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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