#60316A

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

Shades of Seance #60316A

Tints of Seance #60316A

Color information

#60316A (or 0x60316A) is unknown color: approx Seance. HEX triplet: 60, 31 and 6A. RGB value is (96,49,106). Sum of RGB (Red+Green+Blue) = 96+49+106=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 106 - color contains mainly: blue. Hex color #60316A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60316A is #9FCE95. Grayscale: #454545. Windows color (decimal): -10473110 or 6959456. OLE color: 6959456.

HSL color Cylindrical-coordinate representation of color #60316A: hue angle of 289.47º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60316A is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9649106-
CMYK0.090.5400.58
HSL289.47º36.77%30.39%-
HSV(B)289.47º53.77%41.57%-
XYZ8.525.7214.29-
YUV69.55148.57146.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.25%
GREEN value IS 49 (19.53% from 255) = 19.52%
BLUE value IS 106 (41.80% from 255) = 42.23%
R=38.25%
G=19.52%
B=42.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96491060.090.5400.58289.4736.7730.39
Hex60316A93603A121251e
Octal1406115211660724414536
Binary110000011000111010101001110110011101010010000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60316A; }

 p { color: rgb(96,49,106); }

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

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

 a { background-color: rgb(96,49,106); }

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

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

 span { border-color: rgb(96,49,106); }

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