#500953

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

Shades of Hot Purple #500953

Tints of Hot Purple #500953

Color information

#500953 (or 0x500953) is unknown color: approx Hot Purple. HEX triplet: 50, 09 and 53. RGB value is (80,9,83). Sum of RGB (Red+Green+Blue) = 80+9+83=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: blue. Hex color #500953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500953 is #AFF6AC. Grayscale: #262626. Windows color (decimal): -11531949 or 5441872. OLE color: 5441872.

HSL color Cylindrical-coordinate representation of color #500953: hue angle of 297.57º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #500953 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB80983-
CMYK0.040.8900.67
HSL297.57º80.43%18.04%-
HSV(B)297.57º89.16%32.55%-
XYZ4.972.538.41-
YUV38.66153.02157.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.51%
GREEN value IS 9 (3.91% from 255) = 5.23%
BLUE value IS 83 (32.81% from 255) = 48.26%
R=46.51%
G=5.23%
B=48.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal809830.040.8900.67297.5780.4318.04
Hex5095345904312a5012
Octal120111234131010345212022
Binary101000010011010011100101100101000011100101010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500953; }

 p { color: rgb(80,9,83); }

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

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

 a { background-color: rgb(80,9,83); }

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

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

 span { border-color: rgb(80,9,83); }

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