#500652

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

Shades of Hot Purple #500652

Tints of Hot Purple #500652

Color information

#500652 (or 0x500652) is unknown color: approx Hot Purple. HEX triplet: 50, 06 and 52. RGB value is (80,6,82). Sum of RGB (Red+Green+Blue) = 80+6+82=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 82 (32.42% from 255 or 48.81% from 168); Max value from RGB is 82 - color contains mainly: blue. Hex color #500652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500652 is #AFF9AD. Grayscale: #242424. Windows color (decimal): -11532718 or 5375568. OLE color: 5375568.

HSL color Cylindrical-coordinate representation of color #500652: hue angle of 298.42º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500652 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB80682-
CMYK0.020.9300.68
HSL298.42º86.36%17.25%-
HSV(B)298.42º92.68%32.16%-
XYZ4.92.448.2-
YUV36.79153.52158.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.62%
GREEN value IS 6 (2.73% from 255) = 3.57%
BLUE value IS 82 (32.42% from 255) = 48.81%
R=47.62%
G=3.57%
B=48.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal806820.020.9300.68298.4286.3617.25
Hex5065225D04412a5611
Octal12061222135010445212621
Binary1010000110101001010101110101000100100101010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500652; }

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

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

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

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

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

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

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

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