#653169

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

Shades of Seance #653169

Tints of Seance #653169

Color information

#653169 (or 0x653169) is unknown color: approx Seance. HEX triplet: 65, 31 and 69. RGB value is (101,49,105). Sum of RGB (Red+Green+Blue) = 101+49+105=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 105 - color contains mainly: blue. Hex color #653169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653169 is #9ACE96. Grayscale: #464646. Windows color (decimal): -10145431 or 6893925. OLE color: 6893925.

HSL color Cylindrical-coordinate representation of color #653169: hue angle of 295.71º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #653169 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10149105-
CMYK0.040.5300.59
HSL295.71º36.36%30.2%-
HSV(B)295.71º53.33%41.18%-
XYZ9.015.9814.04-
YUV70.93147.23149.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.61%
GREEN value IS 49 (19.53% from 255) = 19.22%
BLUE value IS 105 (41.41% from 255) = 41.18%
R=39.61%
G=19.22%
B=41.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101491050.040.5300.59295.7136.3630.2
Hex65316943503B128241e
Octal145611514650734504436
Binary11001011100011101001100110101011101110010100010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653169; }

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

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

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

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

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

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

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

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