Shades of Seance #652175
Tints of Seance #652175
RGB
CMYK
RGB Variations
Color information
#652175 (or 0x652175) is known color: Seance. HEX triplet: 65, 21 and 75. RGB value is (101,33,117). Sum of RGB (Red+Green+Blue) = 101+33+117=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #652175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652175 is #9ADE8A. Grayscale: #3E3E3E. Windows color (decimal): -10149515 or 7676261. OLE color: 7676261.
HSL color Cylindrical-coordinate representation of color #652175: hue angle of 288.57º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #652175 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 33 | 117 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.54 |
| HSL | 288.57º | 0.56% | 0.29% | - |
| HSV(B) | 288.57º | 0.72% | 0.46% | - |
| XYZ | 9.12 | 5.14 | 17.34 | - |
| YUV | 62.91 | 158.53 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 117 | 0.14 | 0.72 | 0 | 0.54 | 288.57 | 0.56 | 0.29 |
| Hex | 65 | 21 | 75 | E | 48 | 0 | 36 | 121 | 38 | 1D |
| Octal | 145 | 41 | 165 | 16 | 110 | 0 | 66 | 441 | 70 | 35 |
| Binary | 1100101 | 100001 | 1110101 | 1110 | 1001000 | 0 | 110110 | 100100001 | 111000 | 11101 |
Color Harmonies of #652175
Complementary color
Monochromatic Colors of #652175
Black with #652175
Text Example
Text Example
White with #652175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652175; }
p { color: rgb(101,33,117); }
H1.HeaderClassName
{
color: #652175;
}
.AnyTagClassName
{
color: #652175;
}
</style>
background-color css
<style>
a { background-color: #652175; }
a { background-color: rgb(101,33,117); }
div.DivClassName
{
background-color: #652175;
}
.BgClassName
{
background-color: #652175;
}
</style>
border-color css
<style>
span { border-color: #652175; }
span { border-color: rgb(101,33,117); }
td.TdClassName
{
border-color: #652175;
}
.TagClassName
{
border-color: #652175;
}
</style>