Shades of Seance #65157C
Tints of Seance #65157C
RGB
CMYK
RGB Variations
Color information
#65157C (or 0x65157C) is known color: Seance. HEX triplet: 65, 15 and 7C. RGB value is (101,21,124). Sum of RGB (Red+Green+Blue) = 101+21+124=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #65157C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65157C is #9AEA83. Grayscale: #383838. Windows color (decimal): -10152580 or 8131941. OLE color: 8131941.
HSL color Cylindrical-coordinate representation of color #65157C: hue angle of 286.6º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #65157C is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 21 | 124 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.51 |
| HSL | 286.6º | 0.71% | 0.28% | - |
| HSV(B) | 286.6º | 0.83% | 0.49% | - |
| XYZ | 9.27 | 4.76 | 19.5 | - |
| YUV | 56.66 | 166 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 21 | 124 | 0.19 | 0.83 | 0 | 0.51 | 286.6 | 0.71 | 0.28 |
| Hex | 65 | 15 | 7C | 13 | 53 | 0 | 33 | 11F | 47 | 1C |
| Octal | 145 | 25 | 174 | 23 | 123 | 0 | 63 | 437 | 107 | 34 |
| Binary | 1100101 | 10101 | 1111100 | 10011 | 1010011 | 0 | 110011 | 100011111 | 1000111 | 11100 |
Color Harmonies of #65157C
Complementary color
Monochromatic Colors of #65157C
Black with #65157C
Text Example
Text Example
White with #65157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65157C; }
p { color: rgb(101,21,124); }
H1.HeaderClassName
{
color: #65157C;
}
.AnyTagClassName
{
color: #65157C;
}
</style>
background-color css
<style>
a { background-color: #65157C; }
a { background-color: rgb(101,21,124); }
div.DivClassName
{
background-color: #65157C;
}
.BgClassName
{
background-color: #65157C;
}
</style>
border-color css
<style>
span { border-color: #65157C; }
span { border-color: rgb(101,21,124); }
td.TdClassName
{
border-color: #65157C;
}
.TagClassName
{
border-color: #65157C;
}
</style>