#601071

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

Shades of Seance #601071

Tints of Seance #601071

Color information

#601071 (or 0x601071) is unknown color: approx Seance. HEX triplet: 60, 10 and 71. RGB value is (96,16,113). Sum of RGB (Red+Green+Blue) = 96+16+113=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #601071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601071 is #9FEF8E. Grayscale: #323232. Windows color (decimal): -10481551 or 7409760. OLE color: 7409760.

HSL color Cylindrical-coordinate representation of color #601071: hue angle of 289.48º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #601071 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9616113-
CMYK0.150.8600.56
HSL289.48º75.19%25.29%-
HSV(B)289.48º85.84%44.31%-
XYZ7.994.0515.98-
YUV50.98163160.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 16 (6.64% from 255) = 7.11%
BLUE value IS 113 (44.53% from 255) = 50.22%
R=42.67%
G=7.11%
B=50.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96161130.150.8600.56289.4875.1925.29
Hex601071F560381214b19
Octal140201611712607044111331
Binary1100000100001110001111110101100111000100100001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601071; }

 p { color: rgb(96,16,113); }

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

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

 a { background-color: rgb(96,16,113); }

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

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

 span { border-color: rgb(96,16,113); }

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