#541d6c

Color #541D6C Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #541D6C

Tints of Scarlet Gum #541D6C

Color information

#541D6C (or 0x541D6C) is unknown color: approx Scarlet Gum. HEX triplet: 54, 1D and 6C. RGB value is (84,29,108). Sum of RGB (Red+Green+Blue) = 84+29+108=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #541D6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541D6C is #ABE293. Grayscale: #363636. Windows color (decimal): -11264660 or 7085396. OLE color: 7085396.

HSL color Cylindrical-coordinate representation of color #541D6C: hue angle of 281.77º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #541D6C is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8429108-
CMYK0.220.7300.58
HSL281.77º57.66%26.86%-
HSV(B)281.77º73.15%42.35%-
XYZ6.83.8514.57-
YUV54.45158.22149.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.01%
GREEN value IS 29 (11.72% from 255) = 13.12%
BLUE value IS 108 (42.58% from 255) = 48.87%
R=38.01%
G=13.12%
B=48.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84291080.220.7300.58281.7757.6626.86
Hex541D6C164903A11a3a1b
Octal12435154261110724327233
Binary1010100111011101100101101001001011101010001101011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541d6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,29,108); }

 H1.HeaderClassName
 {
   color: #541d6c;
 }
 .AnyTagClassName
 {
   color: #541d6c;
 }
</style>
background-color css

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

 a { background-color: rgb(84,29,108); }

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

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

 span { border-color: rgb(84,29,108); }

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