#601475

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

Shades of Seance #601475

Tints of Seance #601475

Color information

#601475 (or 0x601475) is unknown color: approx Seance. HEX triplet: 60, 14 and 75. RGB value is (96,20,117). Sum of RGB (Red+Green+Blue) = 96+20+117=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #601475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601475 is #9FEB8A. Grayscale: #353535. Windows color (decimal): -10480523 or 7672928. OLE color: 7672928.

HSL color Cylindrical-coordinate representation of color #601475: hue angle of 287.01º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #601475 is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9620117-
CMYK0.180.8300.54
HSL287.01º70.8%26.86%-
HSV(B)287.01º82.91%45.88%-
XYZ8.284.2717.22-
YUV53.78163.68158.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.20%
GREEN value IS 20 (8.20% from 255) = 8.58%
BLUE value IS 117 (46.09% from 255) = 50.21%
R=41.20%
G=8.58%
B=50.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96201170.180.8300.54287.0170.826.86
Hex601475125303611f471b
Octal140241652212306643710733
Binary11000001010011101011001010100110110110100011111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601475; }

 p { color: rgb(96,20,117); }

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

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

 a { background-color: rgb(96,20,117); }

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

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

 span { border-color: rgb(96,20,117); }

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