Shades of Seance #652C7D
Tints of Seance #652C7D
RGB
CMYK
RGB Variations
Color information
#652C7D (or 0x652C7D) is known color: Seance. HEX triplet: 65, 2C and 7D. RGB value is (101,44,125). Sum of RGB (Red+Green+Blue) = 101+44+125=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: blue. Hex color #652C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652C7D is #9AD382. Grayscale: #464646. Windows color (decimal): -10146691 or 8203365. OLE color: 8203365.
HSL color Cylindrical-coordinate representation of color #652C7D: hue angle of 282.22º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #652C7D is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 44 | 125 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.51 |
| HSL | 282.22º | 0.48% | 0.33% | - |
| HSV(B) | 282.22º | 0.65% | 0.49% | - |
| XYZ | 9.97 | 6.05 | 20.04 | - |
| YUV | 70.28 | 158.88 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 125 | 0.19 | 0.65 | 0 | 0.51 | 282.22 | 0.48 | 0.33 |
| Hex | 65 | 2C | 7D | 13 | 41 | 0 | 33 | 11A | 30 | 21 |
| Octal | 145 | 54 | 175 | 23 | 101 | 0 | 63 | 432 | 60 | 41 |
| Binary | 1100101 | 101100 | 1111101 | 10011 | 1000001 | 0 | 110011 | 100011010 | 110000 | 100001 |
Color Harmonies of #652C7D
Complementary color
Monochromatic Colors of #652C7D
Black with #652C7D
Text Example
Text Example
White with #652C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652C7D; }
p { color: rgb(101,44,125); }
H1.HeaderClassName
{
color: #652C7D;
}
.AnyTagClassName
{
color: #652C7D;
}
</style>
background-color css
<style>
a { background-color: #652C7D; }
a { background-color: rgb(101,44,125); }
div.DivClassName
{
background-color: #652C7D;
}
.BgClassName
{
background-color: #652C7D;
}
</style>
border-color css
<style>
span { border-color: #652C7D; }
span { border-color: rgb(101,44,125); }
td.TdClassName
{
border-color: #652C7D;
}
.TagClassName
{
border-color: #652C7D;
}
</style>