#612775

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

Shades of Seance #612775

Tints of Seance #612775

Color information

#612775 (or 0x612775) is unknown color: approx Seance. HEX triplet: 61, 27 and 75. RGB value is (97,39,117). Sum of RGB (Red+Green+Blue) = 97+39+117=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #612775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612775 is #9ED88A. Grayscale: #404040. Windows color (decimal): -10410123 or 7677793. OLE color: 7677793.

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

Color convert

RGB9739117-
CMYK0.170.6700.54
HSL284.62º50%30.59%-
HSV(B)284.62º66.67%45.88%-
XYZ8.875.2817.38-
YUV65.23157.22150.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.34%
GREEN value IS 39 (15.62% from 255) = 15.42%
BLUE value IS 117 (46.09% from 255) = 46.25%
R=38.34%
G=15.42%
B=46.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97391170.170.6700.54284.625030.59
Hex612775114303611d321f
Octal14147165211030664356237
Binary11000011001111110101100011000011011011010001110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612775; }

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

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

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

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

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

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

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

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