#60146D

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

Shades of Seance #60146D

Tints of Seance #60146D

Color information

#60146D (or 0x60146D) is unknown color: approx Seance. HEX triplet: 60, 14 and 6D. RGB value is (96,20,109). Sum of RGB (Red+Green+Blue) = 96+20+109=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #60146D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60146D is #9FEB92. Grayscale: #343434. Windows color (decimal): -10480531 or 7148640. OLE color: 7148640.

HSL color Cylindrical-coordinate representation of color #60146D: hue angle of 291.24º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #60146D is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9620109-
CMYK0.120.8200.57
HSL291.24º68.99%25.29%-
HSV(B)291.24º81.65%42.75%-
XYZ7.834.0914.84-
YUV52.87159.68158.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 20 (8.20% from 255) = 8.89%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=42.67%
G=8.89%
B=48.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal96201090.120.8200.57291.2468.9925.29
Hex60146DC520391234519
Octal140241551412207144310531
Binary1100000101001101101110010100100111001100100011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60146D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60146D; }

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

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

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

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

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

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

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

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