#601473

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

Shades of Seance #601473

Tints of Seance #601473

Color information

#601473 (or 0x601473) is unknown color: approx Seance. HEX triplet: 60, 14 and 73. RGB value is (96,20,115). Sum of RGB (Red+Green+Blue) = 96+20+115=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #601473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601473 is #9FEB8C. Grayscale: #353535. Windows color (decimal): -10480525 or 7541856. OLE color: 7541856.

HSL color Cylindrical-coordinate representation of color #601473: hue angle of 288º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #601473 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9620115-
CMYK0.170.8300.55
HSL288º70.37%26.47%-
HSV(B)288º82.61%45.1%-
XYZ8.174.2216.6-
YUV53.55162.68158.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.56%
GREEN value IS 20 (8.20% from 255) = 8.66%
BLUE value IS 115 (45.31% from 255) = 49.78%
R=41.56%
G=8.66%
B=49.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96201150.170.8300.5528870.3726.47
Hex6014731153037120461a
Octal140241632112306744010632
Binary11000001010011100111000110100110110111100100000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601473; }

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

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

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

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

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

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

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

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