Html Css Color HEX #541EAB Purple Heart

📋 copy color: '#541EAB'

red 84 ◦ green 30 ◦ blue 171

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

Shades of Purple Heart #541EAB

Tints of Purple Heart #541EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60%

R = 29.47%
G = 10.53%
B = 60%

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

#541EAB (or 0x541EAB) is known color: Purple Heart. HEX triplet: 54, 1E and AB. RGB value is (84,30,171). Sum of RGB (Red+Green+Blue) = 84+30+171=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #541EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541EAB is #ABE154. Grayscale: #3D3D3D. Windows color (decimal): -11264341 or 11214420. OLE color: 11214420.

HSL color Cylindrical-coordinate representation of color #541EAB: hue angle of 262.98º 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 #541EAB is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 30 171 -
CMYK 0.51 0.82 0 0.33
HSL 262.98º 0.7% 0.39% -
HSV(B) 262.98º 0.82% 0.67% -
XYZ 11.47 5.75 39.03 -
YUV 62.22 189.39 143.54 -
System Red Green Blue C M Y K H S L
Decimal 84 30 171 0.51 0.82 0 0.33 262.98 0.7 0.39
Hex 54 1E AB 33 52 0 21 107 46 27
Octal 124 36 253 63 122 0 41 407 106 47
Binary 1010100 11110 10101011 110011 1010010 0 100001 100000111 1000110 100111

Color Harmonies of #541EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541EAB

Black with #541EAB

Text Example


Text Example

White with #541EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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