#601072

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

Shades of Seance #601072

Tints of Seance #601072

Color information

#601072 (or 0x601072) is unknown color: approx Seance. HEX triplet: 60, 10 and 72. RGB value is (96,16,114). Sum of RGB (Red+Green+Blue) = 96+16+114=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #601072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601072 is #9FEF8D. Grayscale: #323232. Windows color (decimal): -10481550 or 7475296. OLE color: 7475296.

HSL color Cylindrical-coordinate representation of color #601072: hue angle of 288.98º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #601072 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9616114-
CMYK0.160.8600.55
HSL288.98º75.38%25.49%-
HSV(B)288.98º85.96%44.71%-
XYZ8.054.0716.28-
YUV51.09163.5160.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.48%
GREEN value IS 16 (6.64% from 255) = 7.08%
BLUE value IS 114 (44.92% from 255) = 50.44%
R=42.48%
G=7.08%
B=50.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96161140.160.8600.55288.9875.3825.49
Hex60107210560371214b19
Octal140201622012606744111331
Binary11000001000011100101000010101100110111100100001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601072; }

 p { color: rgb(96,16,114); }

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

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

 a { background-color: rgb(96,16,114); }

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

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

 span { border-color: rgb(96,16,114); }

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