#502A5A

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

Shades of Hot Purple #502A5A

Tints of Hot Purple #502A5A

Color information

#502A5A (or 0x502A5A) is unknown color: approx Hot Purple. HEX triplet: 50, 2A and 5A. RGB value is (80,42,90). Sum of RGB (Red+Green+Blue) = 80+42+90=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #502A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502A5A is #AFD5A5. Grayscale: #3A3A3A. Windows color (decimal): -11523494 or 5909072. OLE color: 5909072.

HSL color Cylindrical-coordinate representation of color #502A5A: hue angle of 287.5º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #502A5A is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB804290-
CMYK0.110.5300.65
HSL287.5º36.36%25.88%-
HSV(B)287.5º53.33%35.29%-
XYZ5.984.110.15-
YUV58.83145.59143.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.74%
GREEN value IS 42 (16.80% from 255) = 19.81%
BLUE value IS 90 (35.55% from 255) = 42.45%
R=37.74%
G=19.81%
B=42.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8042900.110.5300.65287.536.3625.88
Hex502A5AB35041120241a
Octal12052132136501014404432
Binary1010000101010101101010111101010100000110010000010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502A5A; }

 p { color: rgb(80,42,90); }

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

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

 a { background-color: rgb(80,42,90); }

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

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

 span { border-color: rgb(80,42,90); }

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