Html Css Color HEX #541CAD Purple Heart

📋 copy color: '#541CAD'

red 84 ◦ green 28 ◦ blue 173

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

Shades of Purple Heart #541CAD

Tints of Purple Heart #541CAD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.82%

 BLUE value IS 173 (67.97% from 255) = 60.7%

R = 29.47%
G = 9.82%
B = 60.7%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#541CAD (or 0x541CAD) is known color: Purple Heart. HEX triplet: 54, 1C and AD. RGB value is (84,28,173). Sum of RGB (Red+Green+Blue) = 84+28+173=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #541CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541CAD is #ABE352. Grayscale: #3C3C3C. Windows color (decimal): -11264851 or 11344980. OLE color: 11344980.

HSL color Cylindrical-coordinate representation of color #541CAD: hue angle of 263.17º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #541CAD is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 28 173 -
CMYK 0.51 0.84 0 0.32
HSL 263.17º 0.72% 0.39% -
HSV(B) 263.17º 0.84% 0.68% -
XYZ 11.61 5.73 40.03 -
YUV 61.27 191.05 144.21 -
System Red Green Blue C M Y K H S L
Decimal 84 28 173 0.51 0.84 0 0.32 263.17 0.72 0.39
Hex 54 1C AD 33 54 0 20 107 48 27
Octal 124 34 255 63 124 0 40 407 110 47
Binary 1010100 11100 10101101 110011 1010100 0 100000 100000111 1001000 100111

Color Harmonies of #541CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541CAD

Black with #541CAD

Text Example


Text Example

White with #541CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,28,173); }

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

background-color css

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

 a { background-color: rgb(84,28,173); }

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

border-color css

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

 span { border-color: rgb(84,28,173); }

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