#612278

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

Shades of Seance #612278

Tints of Seance #612278

Color information

#612278 (or 0x612278) is unknown color: approx Seance. HEX triplet: 61, 22 and 78. RGB value is (97,34,120). Sum of RGB (Red+Green+Blue) = 97+34+120=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #612278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612278 is #9EDD87. Grayscale: #3E3E3E. Windows color (decimal): -10411400 or 7873121. OLE color: 7873121.

HSL color Cylindrical-coordinate representation of color #612278: hue angle of 283.95º 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 #612278 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9734120-
CMYK0.190.7200.53
HSL283.95º55.84%30.2%-
HSV(B)283.95º71.67%47.06%-
XYZ8.895.0418.27-
YUV62.64160.37152.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.65%
GREEN value IS 34 (13.67% from 255) = 13.55%
BLUE value IS 120 (47.27% from 255) = 47.81%
R=38.65%
G=13.55%
B=47.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97341200.190.7200.53283.9555.8430.2
Hex612278134803511c381e
Octal14142170231100654347036
Binary11000011000101111000100111001000011010110001110011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612278; }

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

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

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

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

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

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

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

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