#6C1D78

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

Shades of Seance #6C1D78

Tints of Seance #6C1D78

Color information

#6C1D78 (or 0x6C1D78) is unknown color: approx Seance. HEX triplet: 6C, 1D and 78. RGB value is (108,29,120). Sum of RGB (Red+Green+Blue) = 108+29+120=257 (34% of max value = 765). Red value is 108 (42.58% from 255 or 42.02% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #6C1D78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C1D78 is #93E287. Grayscale: #3E3E3E. Windows color (decimal): -9691784 or 7871852. OLE color: 7871852.

HSL color Cylindrical-coordinate representation of color #6C1D78: hue angle of 292.09º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C1D78 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10829120-
CMYK0.100.7600.53
HSL292.09º61.07%29.22%-
HSV(B)292.09º75.83%47.06%-
XYZ10.015.4218.29-
YUV63160.17160.1-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.02%
GREEN value IS 29 (11.72% from 255) = 11.28%
BLUE value IS 120 (47.27% from 255) = 46.69%
R=42.02%
G=11.28%
B=46.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108291200.100.7600.53292.0961.0729.22
Hex6C1D78A4C0351243d1d
Octal15435170121140654447535
Binary110110011101111100010101001100011010110010010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,29,120); }

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

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

 a { background-color: rgb(108,29,120); }

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

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

 span { border-color: rgb(108,29,120); }

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