#542069

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

Shades of Scarlet Gum #542069

Tints of Scarlet Gum #542069

Color information

#542069 (or 0x542069) is unknown color: approx Scarlet Gum. HEX triplet: 54, 20 and 69. RGB value is (84,32,105). Sum of RGB (Red+Green+Blue) = 84+32+105=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #542069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542069 is #ABDF96. Grayscale: #373737. Windows color (decimal): -11263895 or 6889556. OLE color: 6889556.

HSL color Cylindrical-coordinate representation of color #542069: hue angle of 282.74º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #542069 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8432105-
CMYK0.200.7000.59
HSL282.74º53.28%26.86%-
HSV(B)282.74º69.52%41.18%-
XYZ6.723.9413.77-
YUV55.87155.73148.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.01%
GREEN value IS 32 (12.89% from 255) = 14.48%
BLUE value IS 105 (41.41% from 255) = 47.51%
R=38.01%
G=14.48%
B=47.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84321050.200.7000.59282.7453.2826.86
Hex542069144603B11b351b
Octal12440151241060734336533
Binary10101001000001101001101001000110011101110001101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542069; }

 p { color: rgb(84,32,105); }

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

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

 a { background-color: rgb(84,32,105); }

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

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

 span { border-color: rgb(84,32,105); }

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