#541568

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

Shades of Scarlet Gum #541568

Tints of Scarlet Gum #541568

Color information

#541568 (or 0x541568) is unknown color: approx Scarlet Gum. HEX triplet: 54, 15 and 68. RGB value is (84,21,104). Sum of RGB (Red+Green+Blue) = 84+21+104=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #541568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541568 is #ABEA97. Grayscale: #313131. Windows color (decimal): -11266712 or 6821204. OLE color: 6821204.

HSL color Cylindrical-coordinate representation of color #541568: hue angle of 285.54º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #541568 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8421104-
CMYK0.190.8000.59
HSL285.54º66.4%24.51%-
HSV(B)285.54º79.81%40.78%-
XYZ6.423.4213.42-
YUV49.3158.87152.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.19%
GREEN value IS 21 (8.59% from 255) = 10.05%
BLUE value IS 104 (41.02% from 255) = 49.76%
R=40.19%
G=10.05%
B=49.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84211040.190.8000.59285.5466.424.51
Hex541568135003B11e4219
Octal124251502312007343610231
Binary10101001010111010001001110100000111011100011110100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541568; }

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

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

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

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

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

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

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

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