#502255

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

Shades of Hot Purple #502255

Tints of Hot Purple #502255

Color information

#502255 (or 0x502255) is unknown color: approx Hot Purple. HEX triplet: 50, 22 and 55. RGB value is (80,34,85). Sum of RGB (Red+Green+Blue) = 80+34+85=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 85 - color contains mainly: blue. Hex color #502255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502255 is #AFDDAA. Grayscale: #353535. Windows color (decimal): -11525547 or 5579344. OLE color: 5579344.

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

Color convert

RGB803485-
CMYK0.060.6000.67
HSL294.12º42.86%23.33%-
HSV(B)294.12º60%33.33%-
XYZ5.523.518.98-
YUV53.57145.74146.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 34 (13.67% from 255) = 17.09%
BLUE value IS 85 (33.59% from 255) = 42.71%
R=40.20%
G=17.09%
B=42.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8034850.060.6000.67294.1242.8623.33
Hex50225563C0431262b17
Octal1204212567401034465327
Binary101000010001010101011101111000100001110010011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502255; }

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

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

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

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

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

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

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

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