#500058

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

Shades of Hot Purple #500058

Tints of Hot Purple #500058

Color information

#500058 (or 0x500058) is unknown color: approx Hot Purple. HEX triplet: 50, 00 and 58. RGB value is (80,0,88). Sum of RGB (Red+Green+Blue) = 80+0+88=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #500058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500058 is #AFFFA7. Grayscale: #212121. Windows color (decimal): -11534248 or 5767248. OLE color: 5767248.

HSL color Cylindrical-coordinate representation of color #500058: hue angle of 294.55º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500058 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB80088-
CMYK0.09100.65
HSL294.55º100%17.25%-
HSV(B)294.55º100%34.51%-
XYZ5.072.419.43-
YUV33.95158.5160.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 88 (34.77% from 255) = 52.38%
R=47.62%
G=0%
B=52.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal800880.09100.65294.5510017.25
Hex500589640411276411
Octal120013011144010144714421
Binary1010000010110001001110010001000001100100111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500058; }

 p { color: rgb(80,0,88); }

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

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

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

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

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

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

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