#502258

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

Shades of Hot Purple #502258

Tints of Hot Purple #502258

Color information

#502258 (or 0x502258) is unknown color: approx Hot Purple. HEX triplet: 50, 22 and 58. RGB value is (80,34,88). Sum of RGB (Red+Green+Blue) = 80+34+88=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 88 - color contains mainly: blue. Hex color #502258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502258 is #AFDDA7. Grayscale: #353535. Windows color (decimal): -11525544 or 5775952. OLE color: 5775952.

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

Color convert

RGB803488-
CMYK0.090.6100.65
HSL291.11º44.26%23.92%-
HSV(B)291.11º61.36%34.51%-
XYZ5.643.559.62-
YUV53.91147.24146.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 39.60%
GREEN value IS 34 (13.67% from 255) = 16.83%
BLUE value IS 88 (34.77% from 255) = 43.56%
R=39.60%
G=16.83%
B=43.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8034880.090.6100.65291.1144.2623.92
Hex50225893D0411232c18
Octal12042130117501014435430
Binary1010000100010101100010011111010100000110010001110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502258; }

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

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

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

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

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

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

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

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