#6D067D

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

Shades of Purple #6D067D

Tints of Purple #6D067D

Color information

#6D067D (or 0x6D067D) is unknown color: approx Purple. HEX triplet: 6D, 06 and 7D. RGB value is (109,6,125). Sum of RGB (Red+Green+Blue) = 109+6+125=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #6D067D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D067D is #92F982. Grayscale: #313131. Windows color (decimal): -9632131 or 8193645. OLE color: 8193645.

HSL color Cylindrical-coordinate representation of color #6D067D: hue angle of 291.93º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D067D is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1096125-
CMYK0.130.9500.51
HSL291.93º90.84%25.69%-
HSV(B)291.93º95.2%49.02%-
XYZ10.074.8619.81-
YUV50.36170.12169.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.42%
GREEN value IS 6 (2.73% from 255) = 2.5%
BLUE value IS 125 (49.22% from 255) = 52.08%
R=45.42%
G=2.5%
B=52.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10961250.130.9500.51291.9390.8425.69
Hex6D67DD5F0331245b1a
Octal15561751513706344413332
Binary11011011101111101110110111110110011100100100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D067D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,6,125); }

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

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

 a { background-color: rgb(109,6,125); }

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

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

 span { border-color: rgb(109,6,125); }

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