#61217C

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

Shades of Seance #61217C

Tints of Seance #61217C

Color information

#61217C (or 0x61217C) is unknown color: approx Seance. HEX triplet: 61, 21 and 7C. RGB value is (97,33,124). Sum of RGB (Red+Green+Blue) = 97+33+124=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #61217C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61217C is #9EDE83. Grayscale: #3E3E3E. Windows color (decimal): -10411652 or 8135009. OLE color: 8135009.

HSL color Cylindrical-coordinate representation of color #61217C: hue angle of 282.2º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61217C is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9733124-
CMYK0.220.7300.51
HSL282.2º57.96%30.78%-
HSV(B)282.2º73.39%48.63%-
XYZ9.115.0819.57-
YUV62.51162.7152.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.19%
GREEN value IS 33 (13.28% from 255) = 12.99%
BLUE value IS 124 (48.83% from 255) = 48.82%
R=38.19%
G=12.99%
B=48.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal97331240.220.7300.51282.257.9630.78
Hex61217C164903311a3a1f
Octal14141174261110634327237
Binary11000011000011111100101101001001011001110001101011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61217C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61217C; }

 p { color: rgb(97,33,124); }

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

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

 a { background-color: rgb(97,33,124); }

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

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

 span { border-color: rgb(97,33,124); }

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