#612075

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

Shades of Seance #612075

Tints of Seance #612075

Color information

#612075 (or 0x612075) is unknown color: approx Seance. HEX triplet: 61, 20 and 75. RGB value is (97,32,117). Sum of RGB (Red+Green+Blue) = 97+32+117=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #612075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612075 is #9EDF8A. Grayscale: #3C3C3C. Windows color (decimal): -10411915 or 7676001. OLE color: 7676001.

HSL color Cylindrical-coordinate representation of color #612075: hue angle of 285.88º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #612075 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9732117-
CMYK0.170.7300.54
HSL285.88º57.05%29.22%-
HSV(B)285.88º72.65%45.88%-
XYZ8.664.8617.31-
YUV61.12159.53153.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.43%
GREEN value IS 32 (12.89% from 255) = 13.01%
BLUE value IS 117 (46.09% from 255) = 47.56%
R=39.43%
G=13.01%
B=47.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97321170.170.7300.54285.8857.0529.22
Hex612075114903611e391d
Octal14140165211110664367135
Binary11000011000001110101100011001001011011010001111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612075; }

 p { color: rgb(97,32,117); }

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

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

 a { background-color: rgb(97,32,117); }

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

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

 span { border-color: rgb(97,32,117); }

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