#6D0076

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

Shades of Purple #6D0076

Tints of Purple #6D0076

Color information

#6D0076 (or 0x6D0076) is unknown color: approx Purple. HEX triplet: 6D, 00 and 76. RGB value is (109,0,118). Sum of RGB (Red+Green+Blue) = 109+0+118=227 (30% of max value = 765). Red value is 109 (42.97% from 255 or 48.02% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #6D0076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0076 is #92FF89. Grayscale: #2D2D2D. Windows color (decimal): -9633674 or 7733357. OLE color: 7733357.

HSL color Cylindrical-coordinate representation of color #6D0076: hue angle of 295.42º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D0076 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1090118-
CMYK0.08100.54
HSL295.42º100%23.14%-
HSV(B)295.42º100%46.27%-
XYZ9.584.5617.51-
YUV46.04168.61172.91-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 51.98%
R=48.02%
G=0%
B=51.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10901180.08100.54295.4210023.14
Hex6D0768640361276417
Octal15501661014406644714427
Binary110110101110110100011001000110110100100111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,0,118); }

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

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

 a { background-color: rgb(109,0,118); }

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

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

 span { border-color: rgb(109,0,118); }

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