#60197A

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

Shades of Seance #60197A

Tints of Seance #60197A

Color information

#60197A (or 0x60197A) is unknown color: approx Seance. HEX triplet: 60, 19 and 7A. RGB value is (96,25,122). Sum of RGB (Red+Green+Blue) = 96+25+122=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 122 (48.05% from 255 or 50.21% from 243); Max value from RGB is 122 - color contains mainly: blue. Hex color #60197A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60197A is #9FE685. Grayscale: #383838. Windows color (decimal): -10479238 or 8001888. OLE color: 8001888.

HSL color Cylindrical-coordinate representation of color #60197A: hue angle of 283.92º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #60197A is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9625122-
CMYK0.210.8000.52
HSL283.92º65.99%28.82%-
HSV(B)283.92º79.51%47.84%-
XYZ8.684.5918.84-
YUV57.29164.52155.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.51%
GREEN value IS 25 (10.16% from 255) = 10.29%
BLUE value IS 122 (48.05% from 255) = 50.21%
R=39.51%
G=10.29%
B=50.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal96251220.210.8000.52283.9265.9928.82
Hex60197A155003411c421d
Octal140311722512006443410235
Binary11000001100111110101010110100000110100100011100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60197A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,25,122); }

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

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

 a { background-color: rgb(96,25,122); }

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

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

 span { border-color: rgb(96,25,122); }

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