#502954

Color #502954 Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #502954

Tints of Hot Purple #502954

Color information

#502954 (or 0x502954) is unknown color: approx Hot Purple. HEX triplet: 50, 29 and 54. RGB value is (80,41,84). Sum of RGB (Red+Green+Blue) = 80+41+84=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 84 (33.20% from 255 or 40.98% from 205); Max value from RGB is 84 - color contains mainly: blue. Hex color #502954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502954 is #AFD6AB. Grayscale: #393939. Windows color (decimal): -11523756 or 5515600. OLE color: 5515600.

HSL color Cylindrical-coordinate representation of color #502954: hue angle of 294.42º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #502954 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB804184-
CMYK0.050.5100.67
HSL294.42º34.4%24.51%-
HSV(B)294.42º51.19%32.94%-
XYZ5.73.938.85-
YUV57.56142.92144-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.02%
GREEN value IS 41 (16.41% from 255) = 20%
BLUE value IS 84 (33.20% from 255) = 40.98%
R=39.02%
G=20%
B=40.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8041840.050.5100.67294.4234.424.51
Hex5029545330431262219
Octal1205112456301034464231
Binary101000010100110101001011100110100001110010011010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502954; }

 p { color: rgb(80,41,84); }

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

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

 a { background-color: rgb(80,41,84); }

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

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

 span { border-color: rgb(80,41,84); }

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