#612270

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

Shades of Seance #612270

Tints of Seance #612270

Color information

#612270 (or 0x612270) is unknown color: approx Seance. HEX triplet: 61, 22 and 70. RGB value is (97,34,112). Sum of RGB (Red+Green+Blue) = 97+34+112=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #612270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612270 is #9EDD8F. Grayscale: #3D3D3D. Windows color (decimal): -10411408 or 7348833. OLE color: 7348833.

HSL color Cylindrical-coordinate representation of color #612270: hue angle of 288.46º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #612270 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9734112-
CMYK0.130.7000.56
HSL288.46º53.42%28.63%-
HSV(B)288.46º69.64%43.92%-
XYZ8.434.8615.82-
YUV61.73156.37153.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.92%
GREEN value IS 34 (13.67% from 255) = 13.99%
BLUE value IS 112 (44.14% from 255) = 46.09%
R=39.92%
G=13.99%
B=46.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97341120.130.7000.56288.4653.4228.63
Hex612270D46038120351d
Octal14142160151060704406535
Binary1100001100010111000011011000110011100010010000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612270; }

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

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

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

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

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

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

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

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