#612672

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

Shades of Seance #612672

Tints of Seance #612672

Color information

#612672 (or 0x612672) is unknown color: approx Seance. HEX triplet: 61, 26 and 72. RGB value is (97,38,114). Sum of RGB (Red+Green+Blue) = 97+38+114=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #612672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612672 is #9ED98D. Grayscale: #404040. Windows color (decimal): -10410382 or 7480929. OLE color: 7480929.

HSL color Cylindrical-coordinate representation of color #612672: hue angle of 286.58º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #612672 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9738114-
CMYK0.150.6700.55
HSL286.58º50%29.8%-
HSV(B)286.58º66.67%44.71%-
XYZ8.665.1416.46-
YUV64.3156.05151.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.96%
GREEN value IS 38 (15.23% from 255) = 15.26%
BLUE value IS 114 (44.92% from 255) = 45.78%
R=38.96%
G=15.26%
B=45.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97381140.150.6700.55286.585029.8
Hex612672F4303711f321e
Octal14146162171030674376236
Binary1100001100110111001011111000011011011110001111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612672; }

 p { color: rgb(97,38,114); }

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

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

 a { background-color: rgb(97,38,114); }

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

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

 span { border-color: rgb(97,38,114); }

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