#601A6C

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

Shades of Seance #601A6C

Tints of Seance #601A6C

Color information

#601A6C (or 0x601A6C) is unknown color: approx Seance. HEX triplet: 60, 1A and 6C. RGB value is (96,26,108). Sum of RGB (Red+Green+Blue) = 96+26+108=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #601A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601A6C is #9FE593. Grayscale: #383838. Windows color (decimal): -10478996 or 7084640. OLE color: 7084640.

HSL color Cylindrical-coordinate representation of color #601A6C: hue angle of 291.22º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #601A6C is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9626108-
CMYK0.110.7600.58
HSL291.22º61.19%26.27%-
HSV(B)291.22º75.93%42.35%-
XYZ7.94.3114.6-
YUV56.28157.19156.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.74%
GREEN value IS 26 (10.55% from 255) = 11.30%
BLUE value IS 108 (42.58% from 255) = 46.96%
R=41.74%
G=11.30%
B=46.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96261080.110.7600.58291.2261.1926.27
Hex601A6CB4C03A1233d1a
Octal14032154131140724437532
Binary110000011010110110010111001100011101010010001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,26,108); }

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

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

 a { background-color: rgb(96,26,108); }

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

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

 span { border-color: rgb(96,26,108); }

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