#6D086C

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

Shades of Purple #6D086C

Tints of Purple #6D086C

Color information

#6D086C (or 0x6D086C) is unknown color: approx Purple. HEX triplet: 6D, 08 and 6C. RGB value is (109,8,108). Sum of RGB (Red+Green+Blue) = 109+8+108=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D086C is #92F793. Grayscale: #313131. Windows color (decimal): -9631636 or 7080045. OLE color: 7080045.

HSL color Cylindrical-coordinate representation of color #6D086C: hue angle of 300.59º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D086C is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB1098108-
CMYK00.930.010.57
HSL300.59º86.32%22.94%-
HSV(B)300.59º92.66%42.75%-
XYZ9.14.5114.58-
YUV49.6160.96170.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.44%
GREEN value IS 8 (3.52% from 255) = 3.56%
BLUE value IS 108 (42.58% from 255) = 48%
R=48.44%
G=3.56%
B=48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109810800.930.010.57300.5986.3222.94
Hex6D86C05D13912d5617
Octal15510154013517145512627
Binary110110110001101100010111011111001100101101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,8,108); }

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

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

 a { background-color: rgb(109,8,108); }

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

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

 span { border-color: rgb(109,8,108); }

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