#601271

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

Shades of Seance #601271

Tints of Seance #601271

Color information

#601271 (or 0x601271) is unknown color: approx Seance. HEX triplet: 60, 12 and 71. RGB value is (96,18,113). Sum of RGB (Red+Green+Blue) = 96+18+113=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #601271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601271 is #9FED8E. Grayscale: #333333. Windows color (decimal): -10481039 or 7410272. OLE color: 7410272.

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

Color convert

RGB9618113-
CMYK0.150.8400.56
HSL289.26º72.52%25.69%-
HSV(B)289.26º84.07%44.31%-
XYZ8.024.1115.99-
YUV52.15162.34159.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 18 (7.42% from 255) = 7.93%
BLUE value IS 113 (44.53% from 255) = 49.78%
R=42.29%
G=7.93%
B=49.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96181130.150.8400.56289.2672.5225.69
Hex601271F54038121491a
Octal140221611712407044111132
Binary1100000100101110001111110101000111000100100001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601271; }

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

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

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

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

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

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

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

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