#60256D

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

Shades of Seance #60256D

Tints of Seance #60256D

Color information

#60256D (or 0x60256D) is unknown color: approx Seance. HEX triplet: 60, 25 and 6D. RGB value is (96,37,109). Sum of RGB (Red+Green+Blue) = 96+37+109=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #60256D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60256D is #9FDA92. Grayscale: #3E3E3E. Windows color (decimal): -10476179 or 7152992. OLE color: 7152992.

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

Color convert

RGB9637109-
CMYK0.120.6600.57
HSL289.17º49.32%28.63%-
HSV(B)289.17º66.06%42.75%-
XYZ8.254.9114.98-
YUV62.85154.05151.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.67%
GREEN value IS 37 (14.84% from 255) = 15.29%
BLUE value IS 109 (42.97% from 255) = 45.04%
R=39.67%
G=15.29%
B=45.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal96371090.120.6600.57289.1749.3228.63
Hex60256DC42039121311d
Octal14045155141020714416135
Binary1100000100101110110111001000010011100110010000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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