#6D1D73

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

Shades of Seance #6D1D73

Tints of Seance #6D1D73

Color information

#6D1D73 (or 0x6D1D73) is unknown color: approx Seance. HEX triplet: 6D, 1D and 73. RGB value is (109,29,115). Sum of RGB (Red+Green+Blue) = 109+29+115=253 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.08% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D1D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1D73 is #92E28C. Grayscale: #3E3E3E. Windows color (decimal): -9626253 or 7544173. OLE color: 7544173.

HSL color Cylindrical-coordinate representation of color #6D1D73: hue angle of 295.81º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D1D73 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10929115-
CMYK0.050.7500.55
HSL295.81º59.72%28.24%-
HSV(B)295.81º74.78%45.1%-
XYZ9.845.3716.74-
YUV62.72157.5161.01-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.08%
GREEN value IS 29 (11.72% from 255) = 11.46%
BLUE value IS 115 (45.31% from 255) = 45.45%
R=43.08%
G=11.46%
B=45.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal109291150.050.7500.55295.8159.7228.24
Hex6D1D7354B0371283c1c
Octal1553516351130674507434
Binary11011011110111100111011001011011011110010100011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,29,115); }

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

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

 a { background-color: rgb(109,29,115); }

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

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

 span { border-color: rgb(109,29,115); }

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