#502555

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

Shades of Hot Purple #502555

Tints of Hot Purple #502555

Color information

#502555 (or 0x502555) is unknown color: approx Hot Purple. HEX triplet: 50, 25 and 55. RGB value is (80,37,85). Sum of RGB (Red+Green+Blue) = 80+37+85=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 85 - color contains mainly: blue. Hex color #502555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502555 is #AFDAAA. Grayscale: #373737. Windows color (decimal): -11524779 or 5580112. OLE color: 5580112.

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

Color convert

RGB803785-
CMYK0.060.5600.67
HSL293.75º39.34%23.92%-
HSV(B)293.75º56.47%33.33%-
XYZ5.613.689.01-
YUV55.33144.75145.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.60%
GREEN value IS 37 (14.84% from 255) = 18.32%
BLUE value IS 85 (33.59% from 255) = 42.08%
R=39.60%
G=18.32%
B=42.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8037850.060.5600.67293.7539.3423.92
Hex5025556380431262718
Octal1204512567001034464730
Binary101000010010110101011101110000100001110010011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502555; }

 p { color: rgb(80,37,85); }

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

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

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

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

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

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

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