Html Css Color HEX #541CD5 Purple Heart

📋 copy color: '#541CD5'

red 84 ◦ green 28 ◦ blue 213

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

Shades of Purple Heart #541CD5

Tints of Purple Heart #541CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 65.54%

R = 25.85%
G = 8.62%
B = 65.54%

CMYK

 C value IS 0.61

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#541CD5 (or 0x541CD5) is known color: Purple Heart. HEX triplet: 54, 1C and D5. RGB value is (84,28,213). Sum of RGB (Red+Green+Blue) = 84+28+213=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 213 (83.59% from 255 or 65.54% from 325); Max value from RGB is 213 - color contains mainly: blue. Hex color #541CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541CD5 is #ABE32A. Grayscale: #414141. Windows color (decimal): -11264811 or 13966420. OLE color: 13966420.

HSL color Cylindrical-coordinate representation of color #541CD5: hue angle of 258.16º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #541CD5 is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 84 28 213 -
CMYK 0.61 0.87 0 0.16
HSL 258.16º 0.77% 0.47% -
HSV(B) 258.16º 0.87% 0.84% -
XYZ 16.08 7.52 63.55 -
YUV 65.83 211.05 140.96 -
System Red Green Blue C M Y K H S L
Decimal 84 28 213 0.61 0.87 0 0.16 258.16 0.77 0.47
Hex 54 1C D5 3D 57 0 10 102 4D 2F
Octal 124 34 325 75 127 0 20 402 115 57
Binary 1010100 11100 11010101 111101 1010111 0 10000 100000010 1001101 101111

Color Harmonies of #541CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541CD5

Black with #541CD5

Text Example


Text Example

White with #541CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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