Html Css Color HEX #541ABE Purple Heart

📋 copy color: '#541ABE'

red 84 ◦ green 26 ◦ blue 190

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

Shades of Purple Heart #541ABE

Tints of Purple Heart #541ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.33%

R = 28%
G = 8.67%
B = 63.33%

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

#541ABE (or 0x541ABE) is known color: Purple Heart. HEX triplet: 54, 1A and BE. RGB value is (84,26,190). Sum of RGB (Red+Green+Blue) = 84+26+190=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #541ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541ABE is #ABE541. Grayscale: #3D3D3D. Windows color (decimal): -11265346 or 12458580. OLE color: 12458580.

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

Color convert

RGB 84 26 190 -
CMYK 0.56 0.86 0 0.25
HSL 261.22º 0.76% 0.42% -
HSV(B) 261.22º 0.86% 0.75% -
XYZ 13.32 6.34 49.24 -
YUV 62.04 200.22 143.66 -
System Red Green Blue C M Y K H S L
Decimal 84 26 190 0.56 0.86 0 0.25 261.22 0.76 0.42
Hex 54 1A BE 38 56 0 19 105 4C 2A
Octal 124 32 276 70 126 0 31 405 114 52
Binary 1010100 11010 10111110 111000 1010110 0 11001 100000101 1001100 101010

Color Harmonies of #541ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541ABE

Black with #541ABE

Text Example


Text Example

White with #541ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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