#601E70

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

Shades of Seance #601E70

Tints of Seance #601E70

Color information

#601E70 (or 0x601E70) is unknown color: approx Seance. HEX triplet: 60, 1E and 70. RGB value is (96,30,112). Sum of RGB (Red+Green+Blue) = 96+30+112=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 112 - color contains mainly: blue. Hex color #601E70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601E70 is #9FE18F. Grayscale: #3A3A3A. Windows color (decimal): -10477968 or 7347808. OLE color: 7347808.

HSL color Cylindrical-coordinate representation of color #601E70: hue angle of 288.29º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #601E70 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9630112-
CMYK0.140.7300.56
HSL288.29º57.75%27.84%-
HSV(B)288.29º73.21%43.92%-
XYZ8.214.5915.78-
YUV59.08157.87154.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.34%
GREEN value IS 30 (12.11% from 255) = 12.61%
BLUE value IS 112 (44.14% from 255) = 47.06%
R=40.34%
G=12.61%
B=47.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96301120.140.7300.56288.2957.7527.84
Hex601E70E490381203a1c
Octal14036160161110704407234
Binary110000011110111000011101001001011100010010000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,30,112); }

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

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

 a { background-color: rgb(96,30,112); }

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

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

 span { border-color: rgb(96,30,112); }

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