#601A7C

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

Shades of Seance #601A7C

Tints of Seance #601A7C

Color information

#601A7C (or 0x601A7C) is unknown color: approx Seance. HEX triplet: 60, 1A and 7C. RGB value is (96,26,124). Sum of RGB (Red+Green+Blue) = 96+26+124=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #601A7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601A7C is #9FE583. Grayscale: #393939. Windows color (decimal): -10478980 or 8133216. OLE color: 8133216.

HSL color Cylindrical-coordinate representation of color #601A7C: hue angle of 282.86º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601A7C is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9626124-
CMYK0.230.7900.51
HSL282.86º65.33%29.41%-
HSV(B)282.86º79.03%48.63%-
XYZ8.834.6819.51-
YUV58.1165.19155.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.02%
GREEN value IS 26 (10.55% from 255) = 10.57%
BLUE value IS 124 (48.83% from 255) = 50.41%
R=39.02%
G=10.57%
B=50.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal96261240.230.7900.51282.8665.3329.41
Hex601A7C174F03311b411d
Octal140321742711706343310135
Binary11000001101011111001011110011110110011100011011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,26,124); }

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

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

 a { background-color: rgb(96,26,124); }

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

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

 span { border-color: rgb(96,26,124); }

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