#502061

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

Shades of Scarlet Gum #502061

Tints of Scarlet Gum #502061

Color information

#502061 (or 0x502061) is unknown color: approx Scarlet Gum. HEX triplet: 50, 20 and 61. RGB value is (80,32,97). Sum of RGB (Red+Green+Blue) = 80+32+97=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #502061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502061 is #AFDF9E. Grayscale: #353535. Windows color (decimal): -11526047 or 6365264. OLE color: 6365264.

HSL color Cylindrical-coordinate representation of color #502061: hue angle of 284.31º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #502061 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB803297-
CMYK0.180.6700.62
HSL284.31º50.39%25.29%-
HSV(B)284.31º67.01%38.04%-
XYZ5.983.611.69-
YUV53.76152.4146.71-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.28%
GREEN value IS 32 (12.89% from 255) = 15.31%
BLUE value IS 97 (38.28% from 255) = 46.41%
R=38.28%
G=15.31%
B=46.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8032970.180.6700.62284.3150.3925.29
Hex502061124303E11c3219
Octal12040141221030764346231
Binary10100001000001100001100101000011011111010001110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502061; }

 p { color: rgb(80,32,97); }

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

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

 a { background-color: rgb(80,32,97); }

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

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

 span { border-color: rgb(80,32,97); }

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