Html Css Color HEX #541EAC Purple Heart

📋 copy color: '#541EAC'

red 84 ◦ green 30 ◦ blue 172

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

Shades of Purple Heart #541EAC

Tints of Purple Heart #541EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.14%

R = 29.37%
G = 10.49%
B = 60.14%

CMYK

 C value IS 0.51

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#541EAC (or 0x541EAC) is known color: Purple Heart. HEX triplet: 54, 1E and AC. RGB value is (84,30,172). Sum of RGB (Red+Green+Blue) = 84+30+172=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #541EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541EAC is #ABE153. Grayscale: #3D3D3D. Windows color (decimal): -11264340 or 11279956. OLE color: 11279956.

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

Color convert

RGB 84 30 172 -
CMYK 0.51 0.83 0 0.33
HSL 262.82º 0.7% 0.4% -
HSV(B) 262.82º 0.83% 0.67% -
XYZ 11.57 5.79 39.54 -
YUV 62.33 189.89 143.45 -
System Red Green Blue C M Y K H S L
Decimal 84 30 172 0.51 0.83 0 0.33 262.82 0.7 0.4
Hex 54 1E AC 33 53 0 21 107 46 28
Octal 124 36 254 63 123 0 41 407 106 50
Binary 1010100 11110 10101100 110011 1010011 0 100001 100000111 1000110 101000

Color Harmonies of #541EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541EAC

Black with #541EAC

Text Example


Text Example

White with #541EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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