#601D79

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

Shades of Seance #601D79

Tints of Seance #601D79

Color information

#601D79 (or 0x601D79) is unknown color: approx Seance. HEX triplet: 60, 1D and 79. RGB value is (96,29,121). Sum of RGB (Red+Green+Blue) = 96+29+121=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #601D79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601D79 is #9FE286. Grayscale: #3B3B3B. Windows color (decimal): -10478215 or 7937376. OLE color: 7937376.

HSL color Cylindrical-coordinate representation of color #601D79: hue angle of 283.7º 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 #601D79 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9629121-
CMYK0.210.7600.53
HSL283.7º61.33%29.41%-
HSV(B)283.7º76.03%47.45%-
XYZ8.714.7518.55-
YUV59.52162.7154.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.02%
GREEN value IS 29 (11.72% from 255) = 11.79%
BLUE value IS 121 (47.66% from 255) = 49.19%
R=39.02%
G=11.79%
B=49.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96291210.210.7600.53283.761.3329.41
Hex601D79154C03511c3d1d
Octal14035171251140654347535
Binary1100000111011111001101011001100011010110001110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,29,121); }

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

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

 a { background-color: rgb(96,29,121); }

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

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

 span { border-color: rgb(96,29,121); }

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