#6D005F

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

Shades of Purple #6D005F

Tints of Purple #6D005F

Color information

#6D005F (or 0x6D005F) is unknown color: approx Purple. HEX triplet: 6D, 00 and 5F. RGB value is (109,0,95). Sum of RGB (Red+Green+Blue) = 109+0+95=204 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.43% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 109 - color contains mainly: red. Hex color #6D005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D005F is #92FFA0. Grayscale: #2B2B2B. Windows color (decimal): -9633697 or 6226029. OLE color: 6226029.

HSL color Cylindrical-coordinate representation of color #6D005F: hue angle of 307.71º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D005F is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB109095-
CMYK010.130.57
HSL307.71º100%21.37%-
HSV(B)307.71º100%42.75%-
XYZ8.374.0811.17-
YUV43.42157.11174.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 53.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 95 (37.5% from 255) = 46.57%
R=53.43%
G=0%
B=46.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109095010.130.57307.7110021.37
Hex6D05F064D391346415
Octal15501370144157146414425
Binary110110101011111011001001101111001100110100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D005F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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