#502654

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

Shades of Hot Purple #502654

Tints of Hot Purple #502654

Color information

#502654 (or 0x502654) is unknown color: approx Hot Purple. HEX triplet: 50, 26 and 54. RGB value is (80,38,84). Sum of RGB (Red+Green+Blue) = 80+38+84=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 84 (33.20% from 255 or 41.58% from 202); Max value from RGB is 84 - color contains mainly: blue. Hex color #502654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502654 is #AFD9AB. Grayscale: #373737. Windows color (decimal): -11524524 or 5514832. OLE color: 5514832.

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

Color convert

RGB803884-
CMYK0.050.5500.67
HSL294.78º37.7%23.92%-
HSV(B)294.78º54.76%32.94%-
XYZ5.63.738.81-
YUV55.8143.91145.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.60%
GREEN value IS 38 (15.23% from 255) = 18.81%
BLUE value IS 84 (33.20% from 255) = 41.58%
R=39.60%
G=18.81%
B=41.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8038840.050.5500.67294.7837.723.92
Hex5026545370431272618
Octal1204612456701034474630
Binary101000010011010101001011101110100001110010011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502654; }

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

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

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

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

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

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

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

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