#571A6D

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

Shades of Scarlet Gum #571A6D

Tints of Scarlet Gum #571A6D

Color information

#571A6D (or 0x571A6D) is unknown color: approx Scarlet Gum. HEX triplet: 57, 1A and 6D. RGB value is (87,26,109). Sum of RGB (Red+Green+Blue) = 87+26+109=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #571A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571A6D is #A8E592. Grayscale: #353535. Windows color (decimal): -11068819 or 7150167. OLE color: 7150167.

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

Color convert

RGB8726109-
CMYK0.200.7600.57
HSL284.1º61.48%26.47%-
HSV(B)284.1º76.15%42.75%-
XYZ7.063.8714.84-
YUV53.7159.21151.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.19%
GREEN value IS 26 (10.55% from 255) = 11.71%
BLUE value IS 109 (42.97% from 255) = 49.10%
R=39.19%
G=11.71%
B=49.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal87261090.200.7600.57284.161.4826.47
Hex571A6D144C03911c3d1a
Octal12732155241140714347532
Binary1010111110101101101101001001100011100110001110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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