Html Css Color HEX #541EAA Purple Heart

📋 copy color: '#541EAA'

red 84 ◦ green 30 ◦ blue 170

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

Shades of Purple Heart #541EAA

Tints of Purple Heart #541EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 59.86%

R = 29.58%
G = 10.56%
B = 59.86%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#541EAA (or 0x541EAA) is known color: Purple Heart. HEX triplet: 54, 1E and AA. RGB value is (84,30,170). Sum of RGB (Red+Green+Blue) = 84+30+170=284 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.58% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #541EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541EAA is #ABE155. Grayscale: #3D3D3D. Windows color (decimal): -11264342 or 11148884. OLE color: 11148884.

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

Color convert

RGB 84 30 170 -
CMYK 0.51 0.82 0 0.33
HSL 263.14º 0.7% 0.39% -
HSV(B) 263.14º 0.82% 0.67% -
XYZ 11.38 5.72 38.53 -
YUV 62.11 188.89 143.62 -
System Red Green Blue C M Y K H S L
Decimal 84 30 170 0.51 0.82 0 0.33 263.14 0.7 0.39
Hex 54 1E AA 33 52 0 21 107 46 27
Octal 124 36 252 63 122 0 41 407 106 47
Binary 1010100 11110 10101010 110011 1010010 0 100001 100000111 1000110 100111

Color Harmonies of #541EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541EAA

Black with #541EAA

Text Example


Text Example

White with #541EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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