#601F73

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

Shades of Seance #601F73

Tints of Seance #601F73

Color information

#601F73 (or 0x601F73) is unknown color: approx Seance. HEX triplet: 60, 1F and 73. RGB value is (96,31,115). Sum of RGB (Red+Green+Blue) = 96+31+115=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 115 (45.31% from 255 or 47.52% from 242); Max value from RGB is 115 - color contains mainly: blue. Hex color #601F73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601F73 is #9FE08C. Grayscale: #3B3B3B. Windows color (decimal): -10477709 or 7544672. OLE color: 7544672.

HSL color Cylindrical-coordinate representation of color #601F73: hue angle of 286.43º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #601F73 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9631115-
CMYK0.170.7300.55
HSL286.43º57.53%28.63%-
HSV(B)286.43º73.04%45.1%-
XYZ8.414.716.68-
YUV60.01159.03153.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.67%
GREEN value IS 31 (12.5% from 255) = 12.81%
BLUE value IS 115 (45.31% from 255) = 47.52%
R=39.67%
G=12.81%
B=47.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96311150.170.7300.55286.4357.5328.63
Hex601F73114903711e3a1d
Octal14037163211110674367235
Binary1100000111111110011100011001001011011110001111011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601F73; }

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

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

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

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

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

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

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

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