Shades of Seance #652173
Tints of Seance #652173
RGB
CMYK
RGB Variations
Color information
#652173 (or 0x652173) is known color: Seance. HEX triplet: 65, 21 and 73. RGB value is (101,33,115). Sum of RGB (Red+Green+Blue) = 101+33+115=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #652173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652173 is #9ADE8C. Grayscale: #3E3E3E. Windows color (decimal): -10149517 or 7545189. OLE color: 7545189.
HSL color Cylindrical-coordinate representation of color #652173: hue angle of 289.76º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #652173 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 33 | 115 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.55 |
| HSL | 289.76º | 0.55% | 0.29% | - |
| HSV(B) | 289.76º | 0.71% | 0.45% | - |
| XYZ | 9.01 | 5.09 | 16.73 | - |
| YUV | 62.68 | 157.53 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 115 | 0.12 | 0.71 | 0 | 0.55 | 289.76 | 0.55 | 0.29 |
| Hex | 65 | 21 | 73 | C | 47 | 0 | 37 | 122 | 37 | 1D |
| Octal | 145 | 41 | 163 | 14 | 107 | 0 | 67 | 442 | 67 | 35 |
| Binary | 1100101 | 100001 | 1110011 | 1100 | 1000111 | 0 | 110111 | 100100010 | 110111 | 11101 |
Color Harmonies of #652173
Complementary color
Monochromatic Colors of #652173
Black with #652173
Text Example
Text Example
White with #652173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652173; }
p { color: rgb(101,33,115); }
H1.HeaderClassName
{
color: #652173;
}
.AnyTagClassName
{
color: #652173;
}
</style>
background-color css
<style>
a { background-color: #652173; }
a { background-color: rgb(101,33,115); }
div.DivClassName
{
background-color: #652173;
}
.BgClassName
{
background-color: #652173;
}
</style>
border-color css
<style>
span { border-color: #652173; }
span { border-color: rgb(101,33,115); }
td.TdClassName
{
border-color: #652173;
}
.TagClassName
{
border-color: #652173;
}
</style>