#601772

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

Shades of Seance #601772

Tints of Seance #601772

Color information

#601772 (or 0x601772) is unknown color: approx Seance. HEX triplet: 60, 17 and 72. RGB value is (96,23,114). Sum of RGB (Red+Green+Blue) = 96+23+114=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #601772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601772 is #9FE88D. Grayscale: #363636. Windows color (decimal): -10479758 or 7477088. OLE color: 7477088.

HSL color Cylindrical-coordinate representation of color #601772: hue angle of 288.13º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601772 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9623114-
CMYK0.160.8000.55
HSL288.13º66.42%26.86%-
HSV(B)288.13º79.82%44.71%-
XYZ8.174.3116.32-
YUV55.2161.18157.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.20%
GREEN value IS 23 (9.38% from 255) = 9.87%
BLUE value IS 114 (44.92% from 255) = 48.93%
R=41.20%
G=9.87%
B=48.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96231140.160.8000.55288.1366.4226.86
Hex6017721050037120421b
Octal140271622012006744010233
Binary11000001011111100101000010100000110111100100000100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601772; }

 p { color: rgb(96,23,114); }

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

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

 a { background-color: rgb(96,23,114); }

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

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

 span { border-color: rgb(96,23,114); }

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