#611D75

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

Shades of Seance #611D75

Tints of Seance #611D75

Color information

#611D75 (or 0x611D75) is unknown color: approx Seance. HEX triplet: 61, 1D and 75. RGB value is (97,29,117). Sum of RGB (Red+Green+Blue) = 97+29+117=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #611D75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611D75 is #9EE28A. Grayscale: #3B3B3B. Windows color (decimal): -10412683 or 7675233. OLE color: 7675233.

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

Color convert

RGB9729117-
CMYK0.170.7500.54
HSL286.36º60.27%28.63%-
HSV(B)286.36º75.21%45.88%-
XYZ8.584.717.29-
YUV59.36160.53154.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.92%
GREEN value IS 29 (11.72% from 255) = 11.93%
BLUE value IS 117 (46.09% from 255) = 48.15%
R=39.92%
G=11.93%
B=48.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97291170.170.7500.54286.3660.2728.63
Hex611D75114B03611e3c1d
Octal14135165211130664367435
Binary1100001111011110101100011001011011011010001111011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611D75; }

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

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

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

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

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

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

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

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