#50085B

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

Shades of Hot Purple #50085B

Tints of Hot Purple #50085B

Color information

#50085B (or 0x50085B) is unknown color: approx Hot Purple. HEX triplet: 50, 08 and 5B. RGB value is (80,8,91). Sum of RGB (Red+Green+Blue) = 80+8+91=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #50085B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50085B is #AFF7A4. Grayscale: #262626. Windows color (decimal): -11532197 or 5965904. OLE color: 5965904.

HSL color Cylindrical-coordinate representation of color #50085B: hue angle of 292.05º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50085B is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB80891-
CMYK0.120.9100.64
HSL292.05º83.84%19.41%-
HSV(B)292.05º91.21%35.69%-
XYZ5.282.6310.13-
YUV38.99157.35157.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.69%
GREEN value IS 8 (3.52% from 255) = 4.47%
BLUE value IS 91 (35.94% from 255) = 50.84%
R=44.69%
G=4.47%
B=50.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal808910.120.9100.64292.0583.8419.41
Hex5085BC5B0401245413
Octal1201013314133010044412423
Binary1010000100010110111100101101101000000100100100101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50085B; }

 p { color: rgb(80,8,91); }

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

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

 a { background-color: rgb(80,8,91); }

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

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

 span { border-color: rgb(80,8,91); }

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