#6D0160

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

Shades of Purple #6D0160

Tints of Purple #6D0160

Color information

#6D0160 (or 0x6D0160) is unknown color: approx Purple. HEX triplet: 6D, 01 and 60. RGB value is (109,1,96). Sum of RGB (Red+Green+Blue) = 109+1+96=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0160 is #92FE9F. Grayscale: #2B2B2B. Windows color (decimal): -9633440 or 6291821. OLE color: 6291821.

HSL color Cylindrical-coordinate representation of color #6D0160: hue angle of 307.22º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D0160 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB109196-
CMYK00.990.120.57
HSL307.22º98.18%21.57%-
HSV(B)307.22º99.08%42.75%-
XYZ8.434.1211.42-
YUV44.12157.28174.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 52.91%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 96 (37.89% from 255) = 46.60%
R=52.91%
G=0.49%
B=46.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10919600.990.120.57307.2298.1821.57
Hex6D160063C391336216
Octal15511400143147146314226
Binary110110111100000011000111100111001100110011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D0160; }

 p { color: rgb(109,1,96); }

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

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

 a { background-color: rgb(109,1,96); }

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

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

 span { border-color: rgb(109,1,96); }

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