#6D0165

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

Shades of Purple #6D0165

Tints of Purple #6D0165

Color information

#6D0165 (or 0x6D0165) is unknown color: approx Purple. HEX triplet: 6D, 01 and 65. RGB value is (109,1,101). Sum of RGB (Red+Green+Blue) = 109+1+101=211 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.66% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0165 is #92FE9A. Grayscale: #2C2C2C. Windows color (decimal): -9633435 or 6619501. OLE color: 6619501.

HSL color Cylindrical-coordinate representation of color #6D0165: hue angle of 304.44º 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 #6D0165 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB1091101-
CMYK00.990.070.57
HSL304.44º98.18%21.57%-
HSV(B)304.44º99.08%42.75%-
XYZ8.674.2112.67-
YUV44.69159.78173.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 51.66%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 101 (39.84% from 255) = 47.87%
R=51.66%
G=0.47%
B=47.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109110100.990.070.57304.4498.1821.57
Hex6D1650637391306216
Octal1551145014377146014226
Binary11011011110010101100011111111001100110000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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