#502062

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

Shades of Scarlet Gum #502062

Tints of Scarlet Gum #502062

Color information

#502062 (or 0x502062) is unknown color: approx Scarlet Gum. HEX triplet: 50, 20 and 62. RGB value is (80,32,98). Sum of RGB (Red+Green+Blue) = 80+32+98=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #502062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502062 is #AFDF9D. Grayscale: #353535. Windows color (decimal): -11526046 or 6430800. OLE color: 6430800.

HSL color Cylindrical-coordinate representation of color #502062: hue angle of 283.64º degrees, saturation: 0.51, 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 #502062 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB803298-
CMYK0.180.6700.62
HSL283.64º50.77%25.49%-
HSV(B)283.64º67.35%38.43%-
XYZ6.033.6211.94-
YUV53.88152.9146.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.10%
GREEN value IS 32 (12.89% from 255) = 15.24%
BLUE value IS 98 (38.67% from 255) = 46.67%
R=38.10%
G=15.24%
B=46.67%

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
Decimal8032980.180.6700.62283.6450.7725.49
Hex502062124303E11c3319
Octal12040142221030764346331
Binary10100001000001100010100101000011011111010001110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502062; }

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

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

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

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

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

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

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

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