#6D0678

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

Shades of Purple #6D0678

Tints of Purple #6D0678

Color information

#6D0678 (or 0x6D0678) is unknown color: approx Purple. HEX triplet: 6D, 06 and 78. RGB value is (109,6,120). Sum of RGB (Red+Green+Blue) = 109+6+120=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #6D0678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0678 is #92F987. Grayscale: #313131. Windows color (decimal): -9632136 or 7865965. OLE color: 7865965.

HSL color Cylindrical-coordinate representation of color #6D0678: hue angle of 294.21º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D0678 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1096120-
CMYK0.090.9500.53
HSL294.21º90.48%24.71%-
HSV(B)294.21º95%47.06%-
XYZ9.764.7418.17-
YUV49.79167.62170.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.38%
GREEN value IS 6 (2.73% from 255) = 2.55%
BLUE value IS 120 (47.27% from 255) = 51.06%
R=46.38%
G=2.55%
B=51.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10961200.090.9500.53294.2190.4824.71
Hex6D67895F0351265a19
Octal15561701113706544613231
Binary11011011101111000100110111110110101100100110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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