#6D107C

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

Shades of Purple #6D107C

Tints of Purple #6D107C

Color information

#6D107C (or 0x6D107C) is unknown color: approx Purple. HEX triplet: 6D, 10 and 7C. RGB value is (109,16,124). Sum of RGB (Red+Green+Blue) = 109+16+124=249 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.78% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 124 (48.83% from 255 or 49.80% from 249); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D107C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D107C is #92EF83. Grayscale: #373737. Windows color (decimal): -9629572 or 8130669. OLE color: 8130669.

HSL color Cylindrical-coordinate representation of color #6D107C: hue angle of 291.67º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6D107C is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10916124-
CMYK0.120.8700.51
HSL291.67º77.14%27.45%-
HSV(B)291.67º87.1%48.63%-
XYZ10.135.0819.51-
YUV56.12166.31165.72-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.78%
GREEN value IS 16 (6.64% from 255) = 6.43%
BLUE value IS 124 (48.83% from 255) = 49.80%
R=43.78%
G=6.43%
B=49.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal109161240.120.8700.51291.6777.1427.45
Hex6D107CC570331244d1b
Octal155201741412706344411533
Binary1101101100001111100110010101110110011100100100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D107C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,16,124); }

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

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

 a { background-color: rgb(109,16,124); }

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

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

 span { border-color: rgb(109,16,124); }

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