Html Css Color HEX #541EA9 Purple Heart

📋 copy color: '#541EA9'

red 84 ◦ green 30 ◦ blue 169

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

Shades of Purple Heart #541EA9

Tints of Purple Heart #541EA9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.6%

 BLUE value IS 169 (66.41% from 255) = 59.72%

R = 29.68%
G = 10.6%
B = 59.72%

CMYK

 C value IS 0.50

 M value IS 0.82

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#541EA9 (or 0x541EA9) is known color: Purple Heart. HEX triplet: 54, 1E and A9. RGB value is (84,30,169). Sum of RGB (Red+Green+Blue) = 84+30+169=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 169 (66.41% from 255 or 59.72% from 283); Max value from RGB is 169 - color contains mainly: blue. Hex color #541EA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541EA9 is #ABE156. Grayscale: #3D3D3D. Windows color (decimal): -11264343 or 11083348. OLE color: 11083348.

HSL color Cylindrical-coordinate representation of color #541EA9: hue angle of 263.31º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #541EA9 is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 84 30 169 -
CMYK 0.50 0.82 0 0.34
HSL 263.31º 0.7% 0.39% -
HSV(B) 263.31º 0.82% 0.66% -
XYZ 11.28 5.68 38.04 -
YUV 61.99 188.39 143.7 -
System Red Green Blue C M Y K H S L
Decimal 84 30 169 0.50 0.82 0 0.34 263.31 0.7 0.39
Hex 54 1E A9 32 52 0 22 107 46 27
Octal 124 36 251 62 122 0 42 407 106 47
Binary 1010100 11110 10101001 110010 1010010 0 100010 100000111 1000110 100111

Color Harmonies of #541EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541EA9

Black with #541EA9

Text Example


Text Example

White with #541EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,30,169); }

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

background-color css

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

 a { background-color: rgb(84,30,169); }

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

border-color css

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

 span { border-color: rgb(84,30,169); }

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