Html Css Color HEX #541AD4 Purple Heart

📋 copy color: '#541AD4'

red 84 ◦ green 26 ◦ blue 212

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

Shades of Purple Heart #541AD4

Tints of Purple Heart #541AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 65.84%

R = 26.09%
G = 8.07%
B = 65.84%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#541AD4 (or 0x541AD4) is known color: Purple Heart. HEX triplet: 54, 1A and D4. RGB value is (84,26,212). Sum of RGB (Red+Green+Blue) = 84+26+212=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 212 (83.20% from 255 or 65.84% from 322); Max value from RGB is 212 - color contains mainly: blue. Hex color #541AD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541AD4 is #ABE52B. Grayscale: #3F3F3F. Windows color (decimal): -11265324 or 13900372. OLE color: 13900372.

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

Color convert

RGB 84 26 212 -
CMYK 0.60 0.88 0 0.17
HSL 258.71º 0.78% 0.47% -
HSV(B) 258.71º 0.88% 0.83% -
XYZ 15.91 7.38 62.87 -
YUV 64.55 211.22 141.88 -
System Red Green Blue C M Y K H S L
Decimal 84 26 212 0.60 0.88 0 0.17 258.71 0.78 0.47
Hex 54 1A D4 3C 58 0 11 103 4E 2F
Octal 124 32 324 74 130 0 21 403 116 57
Binary 1010100 11010 11010100 111100 1011000 0 10001 100000011 1001110 101111

Color Harmonies of #541AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541AD4

Black with #541AD4

Text Example


Text Example

White with #541AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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