#6D1A75

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

Shades of Seance #6D1A75

Tints of Seance #6D1A75

Color information

#6D1A75 (or 0x6D1A75) is unknown color: approx Seance. HEX triplet: 6D, 1A and 75. RGB value is (109,26,117). Sum of RGB (Red+Green+Blue) = 109+26+117=252 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.25% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D1A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1A75 is #92E58A. Grayscale: #3C3C3C. Windows color (decimal): -9627019 or 7674477. OLE color: 7674477.

HSL color Cylindrical-coordinate representation of color #6D1A75: hue angle of 294.73º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D1A75 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10926117-
CMYK0.070.7800.54
HSL294.73º63.64%28.04%-
HSV(B)294.73º77.78%45.88%-
XYZ9.895.2717.33-
YUV61.19159.5162.1-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.25%
GREEN value IS 26 (10.55% from 255) = 10.32%
BLUE value IS 117 (46.09% from 255) = 46.43%
R=43.25%
G=10.32%
B=46.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal109261170.070.7800.54294.7363.6428.04
Hex6D1A7574E036127401c
Octal15532165711606644710034
Binary110110111010111010111110011100110110100100111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,26,117); }

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

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

 a { background-color: rgb(109,26,117); }

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

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

 span { border-color: rgb(109,26,117); }

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