#542768

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

Shades of Scarlet Gum #542768

Tints of Scarlet Gum #542768

Color information

#542768 (or 0x542768) is unknown color: approx Scarlet Gum. HEX triplet: 54, 27 and 68. RGB value is (84,39,104). Sum of RGB (Red+Green+Blue) = 84+39+104=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #542768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542768 is #ABD897. Grayscale: #3B3B3B. Windows color (decimal): -11262104 or 6825812. OLE color: 6825812.

HSL color Cylindrical-coordinate representation of color #542768: hue angle of 281.54º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #542768 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8439104-
CMYK0.190.6200.59
HSL281.54º45.45%28.04%-
HSV(B)281.54º62.5%40.78%-
XYZ6.884.3413.57-
YUV59.86152.91145.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.00%
GREEN value IS 39 (15.62% from 255) = 17.18%
BLUE value IS 104 (41.02% from 255) = 45.81%
R=37.00%
G=17.18%
B=45.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84391040.190.6200.59281.5445.4528.04
Hex542768133E03B11a2d1c
Octal1244715023760734325534
Binary1010100100111110100010011111110011101110001101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542768; }

 p { color: rgb(84,39,104); }

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

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

 a { background-color: rgb(84,39,104); }

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

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

 span { border-color: rgb(84,39,104); }

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