#601F7A

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

Shades of Seance #601F7A

Tints of Seance #601F7A

Color information

#601F7A (or 0x601F7A) is unknown color: approx Seance. HEX triplet: 60, 1F and 7A. RGB value is (96,31,122). Sum of RGB (Red+Green+Blue) = 96+31+122=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 31 (12.5% from 255 or 12.45% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 122 - color contains mainly: blue. Hex color #601F7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601F7A is #9FE085. Grayscale: #3C3C3C. Windows color (decimal): -10477702 or 8003424. OLE color: 8003424.

HSL color Cylindrical-coordinate representation of color #601F7A: hue angle of 282.86º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #601F7A is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9631122-
CMYK0.210.7500.52
HSL282.86º59.48%30%-
HSV(B)282.86º74.59%47.84%-
XYZ8.834.8718.89-
YUV60.81162.53153.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 31 (12.5% from 255) = 12.45%
BLUE value IS 122 (48.05% from 255) = 49.00%
R=38.55%
G=12.45%
B=49.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal96311220.210.7500.52282.8659.4830
Hex601F7A154B03411b3b1e
Octal14037172251130644337336
Binary1100000111111111010101011001011011010010001101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,31,122); }

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

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

 a { background-color: rgb(96,31,122); }

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

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

 span { border-color: rgb(96,31,122); }

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