#601671

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

Shades of Seance #601671

Tints of Seance #601671

Color information

#601671 (or 0x601671) is unknown color: approx Seance. HEX triplet: 60, 16 and 71. RGB value is (96,22,113). Sum of RGB (Red+Green+Blue) = 96+22+113=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #601671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601671 is #9FE98E. Grayscale: #363636. Windows color (decimal): -10480015 or 7411296. OLE color: 7411296.

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

Color convert

RGB9622113-
CMYK0.150.8100.56
HSL288.79º67.41%26.47%-
HSV(B)288.79º80.53%44.31%-
XYZ8.094.2516.02-
YUV54.5161.02157.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.56%
GREEN value IS 22 (8.98% from 255) = 9.52%
BLUE value IS 113 (44.53% from 255) = 48.92%
R=41.56%
G=9.52%
B=48.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96221130.150.8100.56288.7967.4126.47
Hex601671F51038121431a
Octal140261611712107044110332
Binary1100000101101110001111110100010111000100100001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601671; }

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

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

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

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

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

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

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

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