#502450

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

Shades of Hot Purple #502450

Tints of Hot Purple #502450

Color information

#502450 (or 0x502450) is unknown color: approx Hot Purple. HEX triplet: 50, 24 and 50. RGB value is (80,36,80). Sum of RGB (Red+Green+Blue) = 80+36+80=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #502450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502450 is #AFDBAF. Grayscale: #363636. Windows color (decimal): -11525040 or 5252176. OLE color: 5252176.

HSL color Cylindrical-coordinate representation of color #502450: hue angle of 300º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #502450 is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB803680-
CMYK00.5500.69
HSL300º37.93%22.75%-
HSV(B)300º55%31.37%-
XYZ5.393.557.99-
YUV54.17142.58146.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.82%
GREEN value IS 36 (14.45% from 255) = 18.37%
BLUE value IS 80 (31.64% from 255) = 40.82%
R=40.82%
G=18.37%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80368000.5500.6930037.9322.75
Hex50245003704512c2617
Octal1204412006701054544627
Binary1010000100100101000001101110100010110010110010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502450; }

 p { color: rgb(80,36,80); }

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

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

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

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

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

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

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