Html Css Color HEX #541AD6 Purple Heart

📋 copy color: '#541AD6'

red 84 ◦ green 26 ◦ blue 214

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

Shades of Purple Heart #541AD6

Tints of Purple Heart #541AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 66.05%

R = 25.93%
G = 8.02%
B = 66.05%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#541AD6 (or 0x541AD6) is known color: Purple Heart. HEX triplet: 54, 1A and D6. RGB value is (84,26,214). Sum of RGB (Red+Green+Blue) = 84+26+214=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 214 (83.98% from 255 or 66.05% from 324); Max value from RGB is 214 - color contains mainly: blue. Hex color #541AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541AD6 is #ABE529. Grayscale: #404040. Windows color (decimal): -11265322 or 14031444. OLE color: 14031444.

HSL color Cylindrical-coordinate representation of color #541AD6: hue angle of 258.51º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #541AD6 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 84 26 214 -
CMYK 0.61 0.88 0 0.16
HSL 258.51º 0.78% 0.47% -
HSV(B) 258.51º 0.88% 0.84% -
XYZ 16.16 7.48 64.21 -
YUV 64.77 212.22 141.71 -
System Red Green Blue C M Y K H S L
Decimal 84 26 214 0.61 0.88 0 0.16 258.51 0.78 0.47
Hex 54 1A D6 3D 58 0 10 103 4E 2F
Octal 124 32 326 75 130 0 20 403 116 57
Binary 1010100 11010 11010110 111101 1011000 0 10000 100000011 1001110 101111

Color Harmonies of #541AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541AD6

Black with #541AD6

Text Example


Text Example

White with #541AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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