#693172

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

Shades of Seance #693172

Tints of Seance #693172

Color information

#693172 (or 0x693172) is unknown color: approx Seance. HEX triplet: 69, 31 and 72. RGB value is (105,49,114). Sum of RGB (Red+Green+Blue) = 105+49+114=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #693172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693172 is #96CE8D. Grayscale: #484848. Windows color (decimal): -9883278 or 7483753. OLE color: 7483753.

HSL color Cylindrical-coordinate representation of color #693172: hue angle of 291.69º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #693172 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10549114-
CMYK0.080.5700.55
HSL291.69º39.88%31.96%-
HSV(B)291.69º57.02%44.71%-
XYZ9.966.4116.63-
YUV73.15151.05150.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.18%
GREEN value IS 49 (19.53% from 255) = 18.28%
BLUE value IS 114 (44.92% from 255) = 42.54%
R=39.18%
G=18.28%
B=42.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105491140.080.5700.55291.6939.8831.96
Hex6931728390371242820
Octal1516116210710674445040
Binary1101001110001111001010001110010110111100100100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693172; }

 p { color: rgb(105,49,114); }

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

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

 a { background-color: rgb(105,49,114); }

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

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

 span { border-color: rgb(105,49,114); }

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