#571A6B

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

Shades of Scarlet Gum #571A6B

Tints of Scarlet Gum #571A6B

Color information

#571A6B (or 0x571A6B) is unknown color: approx Scarlet Gum. HEX triplet: 57, 1A and 6B. RGB value is (87,26,107). Sum of RGB (Red+Green+Blue) = 87+26+107=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 107 - color contains mainly: blue. Hex color #571A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571A6B is #A8E594. Grayscale: #353535. Windows color (decimal): -11068821 or 7019095. OLE color: 7019095.

HSL color Cylindrical-coordinate representation of color #571A6B: hue angle of 285.19º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #571A6B is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8726107-
CMYK0.190.7600.58
HSL285.19º60.9%26.08%-
HSV(B)285.19º75.7%41.96%-
XYZ6.953.8314.28-
YUV53.47158.21151.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.55%
GREEN value IS 26 (10.55% from 255) = 11.82%
BLUE value IS 107 (42.19% from 255) = 48.64%
R=39.55%
G=11.82%
B=48.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87261070.190.7600.58285.1960.926.08
Hex571A6B134C03A11d3d1a
Octal12732153231140724357532
Binary1010111110101101011100111001100011101010001110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571A6B; }

 p { color: rgb(87,26,107); }

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

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

 a { background-color: rgb(87,26,107); }

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

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

 span { border-color: rgb(87,26,107); }

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