#502155

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

Shades of Hot Purple #502155

Tints of Hot Purple #502155

Color information

#502155 (or 0x502155) is unknown color: approx Hot Purple. HEX triplet: 50, 21 and 55. RGB value is (80,33,85). Sum of RGB (Red+Green+Blue) = 80+33+85=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 85 - color contains mainly: blue. Hex color #502155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502155 is #AFDEAA. Grayscale: #343434. Windows color (decimal): -11525803 or 5579088. OLE color: 5579088.

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

Color convert

RGB803385-
CMYK0.060.6100.67
HSL294.23º44.07%23.14%-
HSV(B)294.23º61.18%33.33%-
XYZ5.493.458.97-
YUV52.98146.07147.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.40%
GREEN value IS 33 (13.28% from 255) = 16.67%
BLUE value IS 85 (33.59% from 255) = 42.93%
R=40.40%
G=16.67%
B=42.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8033850.060.6100.67294.2344.0723.14
Hex50215563D0431262c17
Octal1204112567501034465427
Binary101000010000110101011101111010100001110010011010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502155; }

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

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

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

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

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

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

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

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