#502651

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

Shades of Hot Purple #502651

Tints of Hot Purple #502651

Color information

#502651 (or 0x502651) is unknown color: approx Hot Purple. HEX triplet: 50, 26 and 51. RGB value is (80,38,81). Sum of RGB (Red+Green+Blue) = 80+38+81=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 81 - color contains mainly: blue. Hex color #502651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502651 is #AFD9AE. Grayscale: #373737. Windows color (decimal): -11524527 or 5318224. OLE color: 5318224.

HSL color Cylindrical-coordinate representation of color #502651: hue angle of 298.6º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #502651 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB803881-
CMYK0.010.5300.68
HSL298.6º36.13%23.33%-
HSV(B)298.6º53.09%31.76%-
XYZ5.493.698.21-
YUV55.46142.41145.5-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 38 (15.23% from 255) = 19.10%
BLUE value IS 81 (32.03% from 255) = 40.70%
R=40.20%
G=19.10%
B=40.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8038810.010.5300.68298.636.1323.33
Hex50265113504412b2417
Octal1204612116501044534427
Binary1010000100110101000111101010100010010010101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502651; }

 p { color: rgb(80,38,81); }

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

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

 a { background-color: rgb(80,38,81); }

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

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

 span { border-color: rgb(80,38,81); }

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