#612279

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

Shades of Seance #612279

Tints of Seance #612279

Color information

#612279 (or 0x612279) is unknown color: approx Seance. HEX triplet: 61, 22 and 79. RGB value is (97,34,121). Sum of RGB (Red+Green+Blue) = 97+34+121=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #612279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612279 is #9EDD86. Grayscale: #3E3E3E. Windows color (decimal): -10411399 or 7938657. OLE color: 7938657.

HSL color Cylindrical-coordinate representation of color #612279: hue angle of 283.45º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #612279 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9734121-
CMYK0.200.7200.53
HSL283.45º56.13%30.39%-
HSV(B)283.45º71.9%47.45%-
XYZ8.955.0718.6-
YUV62.76160.87152.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.49%
GREEN value IS 34 (13.67% from 255) = 13.49%
BLUE value IS 121 (47.66% from 255) = 48.02%
R=38.49%
G=13.49%
B=48.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97341210.200.7200.53283.4556.1330.39
Hex612279144803511b381e
Octal14142171241100654337036
Binary11000011000101111001101001001000011010110001101111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612279; }

 p { color: rgb(97,34,121); }

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

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

 a { background-color: rgb(97,34,121); }

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

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

 span { border-color: rgb(97,34,121); }

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