#601C75

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

Shades of Seance #601C75

Tints of Seance #601C75

Color information

#601C75 (or 0x601C75) is unknown color: approx Seance. HEX triplet: 60, 1C and 75. RGB value is (96,28,117). Sum of RGB (Red+Green+Blue) = 96+28+117=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #601C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601C75 is #9FE38A. Grayscale: #3A3A3A. Windows color (decimal): -10478475 or 7674976. OLE color: 7674976.

HSL color Cylindrical-coordinate representation of color #601C75: hue angle of 285.84º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #601C75 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9628117-
CMYK0.180.7600.54
HSL285.84º61.38%28.43%-
HSV(B)285.84º76.07%45.88%-
XYZ8.454.617.27-
YUV58.48161.03154.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.83%
GREEN value IS 28 (11.33% from 255) = 11.62%
BLUE value IS 117 (46.09% from 255) = 48.55%
R=39.83%
G=11.62%
B=48.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96281170.180.7600.54285.8461.3828.43
Hex601C75124C03611e3d1c
Octal14034165221140664367534
Binary1100000111001110101100101001100011011010001111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,28,117); }

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

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

 a { background-color: rgb(96,28,117); }

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

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

 span { border-color: rgb(96,28,117); }

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