#500450

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

Shades of Hot Purple #500450

Tints of Hot Purple #500450

Color information

#500450 (or 0x500450) is unknown color: approx Hot Purple. HEX triplet: 50, 04 and 50. RGB value is (80,4,80). Sum of RGB (Red+Green+Blue) = 80+4+80=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #500450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500450 is #AFFBAF. Grayscale: #232323. Windows color (decimal): -11533232 or 5243984. OLE color: 5243984.

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

Color convert

RGB80480-
CMYK00.9500.69
HSL300º90.48%16.47%-
HSV(B)300º95%31.37%-
XYZ4.82.377.79-
YUV35.39153.18159.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 48.78%
GREEN value IS 4 (1.95% from 255) = 2.44%
BLUE value IS 80 (31.64% from 255) = 48.78%
R=48.78%
G=2.44%
B=48.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8048000.9500.6930090.4816.47
Hex5045005F04512c5a10
Octal12041200137010545413220
Binary101000010010100000101111101000101100101100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500450; }

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

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

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

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

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

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

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

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