#601E6E

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

Shades of Seance #601E6E

Tints of Seance #601E6E

Color information

#601E6E (or 0x601E6E) is unknown color: approx Seance. HEX triplet: 60, 1E and 6E. RGB value is (96,30,110). Sum of RGB (Red+Green+Blue) = 96+30+110=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 110 - color contains mainly: blue. Hex color #601E6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601E6E is #9FE191. Grayscale: #3A3A3A. Windows color (decimal): -10477970 or 7216736. OLE color: 7216736.

HSL color Cylindrical-coordinate representation of color #601E6E: hue angle of 289.5º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #601E6E is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9630110-
CMYK0.130.7300.57
HSL289.5º57.14%27.45%-
HSV(B)289.5º72.73%43.14%-
XYZ8.14.5415.2-
YUV58.85156.87154.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.68%
GREEN value IS 30 (12.11% from 255) = 12.71%
BLUE value IS 110 (43.36% from 255) = 46.61%
R=40.68%
G=12.71%
B=46.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal96301100.130.7300.57289.557.1427.45
Hex601E6ED49039122391b
Octal14036156151110714427133
Binary110000011110110111011011001001011100110010001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601E6E; }

 p { color: rgb(96,30,110); }

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

<style>
 a { background-color: #601E6E; }

 a { background-color: rgb(96,30,110); }

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

<style>
 span { border-color: #601E6E; }

 span { border-color: rgb(96,30,110); }

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