#500B53

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

Shades of Hot Purple #500B53

Tints of Hot Purple #500B53

Color information

#500B53 (or 0x500B53) is unknown color: approx Hot Purple. HEX triplet: 50, 0B and 53. RGB value is (80,11,83). Sum of RGB (Red+Green+Blue) = 80+11+83=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 83 - color contains mainly: blue. Hex color #500B53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500B53 is #AFF4AC. Grayscale: #272727. Windows color (decimal): -11531437 or 5442384. OLE color: 5442384.

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

Color convert

RGB801183-
CMYK0.040.8700.67
HSL297.5º76.6%18.43%-
HSV(B)297.5º86.75%32.55%-
XYZ4.992.578.42-
YUV39.84152.36156.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.98%
GREEN value IS 11 (4.69% from 255) = 6.32%
BLUE value IS 83 (32.81% from 255) = 47.70%
R=45.98%
G=6.32%
B=47.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8011830.040.8700.67297.576.618.43
Hex50B5345704312a4d12
Octal120131234127010345211522
Binary101000010111010011100101011101000011100101010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500B53; }

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

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

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

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

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

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

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

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