#500355

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

Shades of Hot Purple #500355

Tints of Hot Purple #500355

Color information

#500355 (or 0x500355) is unknown color: approx Hot Purple. HEX triplet: 50, 03 and 55. RGB value is (80,3,85). Sum of RGB (Red+Green+Blue) = 80+3+85=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #500355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500355 is #AFFCAA. Grayscale: #232323. Windows color (decimal): -11533483 or 5571408. OLE color: 5571408.

HSL color Cylindrical-coordinate representation of color #500355: hue angle of 296.34º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500355 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB80385-
CMYK0.060.9600.67
HSL296.34º93.18%17.25%-
HSV(B)296.34º96.47%33.33%-
XYZ4.982.438.8-
YUV35.37156.01159.83-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.62%
GREEN value IS 3 (1.56% from 255) = 1.79%
BLUE value IS 85 (33.59% from 255) = 50.60%
R=47.62%
G=1.79%
B=50.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal803850.060.9600.67296.3493.1817.25
Hex503556600431285d11
Octal12031256140010345013521
Binary1010000111010101110110000001000011100101000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500355; }

 p { color: rgb(80,3,85); }

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

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

 a { background-color: rgb(80,3,85); }

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

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

 span { border-color: rgb(80,3,85); }

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