#6D0177

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

Shades of Purple #6D0177

Tints of Purple #6D0177

Color information

#6D0177 (or 0x6D0177) is unknown color: approx Purple. HEX triplet: 6D, 01 and 77. RGB value is (109,1,119). Sum of RGB (Red+Green+Blue) = 109+1+119=229 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.60% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #6D0177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0177 is #92FE88. Grayscale: #2E2E2E. Windows color (decimal): -9633417 or 7799149. OLE color: 7799149.

HSL color Cylindrical-coordinate representation of color #6D0177: hue angle of 294.92º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D0177 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1091119-
CMYK0.080.9900.53
HSL294.92º98.33%23.53%-
HSV(B)294.92º99.16%46.67%-
XYZ9.654.617.83-
YUV46.74168.78172.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.60%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 119 (46.88% from 255) = 51.97%
R=47.60%
G=0.44%
B=51.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10911190.080.9900.53294.9298.3323.53
Hex6D1778630351276218
Octal15511671014306544714230
Binary110110111110111100011000110110101100100111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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