#500655

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

Shades of Hot Purple #500655

Tints of Hot Purple #500655

Color information

#500655 (or 0x500655) is unknown color: approx Hot Purple. HEX triplet: 50, 06 and 55. RGB value is (80,6,85). Sum of RGB (Red+Green+Blue) = 80+6+85=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #500655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500655 is #AFF9AA. Grayscale: #242424. Windows color (decimal): -11532715 or 5572176. OLE color: 5572176.

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

Color convert

RGB80685-
CMYK0.060.9300.67
HSL296.2º86.81%17.84%-
HSV(B)296.2º92.94%33.33%-
XYZ5.012.498.81-
YUV37.13155.02158.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.78%
GREEN value IS 6 (2.73% from 255) = 3.51%
BLUE value IS 85 (33.59% from 255) = 49.71%
R=46.78%
G=3.51%
B=49.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal806850.060.9300.67296.286.8117.84
Hex5065565D0431285712
Octal12061256135010345012722
Binary10100001101010101110101110101000011100101000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500655; }

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

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

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

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

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

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

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

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