#6C0679

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

Shades of Purple #6C0679

Tints of Purple #6C0679

Color information

#6C0679 (or 0x6C0679) is unknown color: approx Purple. HEX triplet: 6C, 06 and 79. RGB value is (108,6,121). Sum of RGB (Red+Green+Blue) = 108+6+121=235 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.96% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #6C0679 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0679 is #93F986. Grayscale: #313131. Windows color (decimal): -9697671 or 7931500. OLE color: 7931500.

HSL color Cylindrical-coordinate representation of color #6C0679: hue angle of 293.22º degrees, saturation: 0.91, 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 #6C0679 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1086121-
CMYK0.110.9500.53
HSL293.22º90.55%24.9%-
HSV(B)293.22º95.04%47.45%-
XYZ9.74.718.48-
YUV49.61168.29169.65-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.96%
GREEN value IS 6 (2.73% from 255) = 2.55%
BLUE value IS 121 (47.66% from 255) = 51.49%
R=45.96%
G=2.55%
B=51.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10861210.110.9500.53293.2290.5524.9
Hex6C679B5F0351255b19
Octal15461711313706544513331
Binary11011001101111001101110111110110101100100101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,6,121); }

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

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

 a { background-color: rgb(108,6,121); }

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

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

 span { border-color: rgb(108,6,121); }

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