Shades of Seance #65177E
Tints of Seance #65177E
RGB
CMYK
RGB Variations
Color information
#65177E (or 0x65177E) is known color: Seance. HEX triplet: 65, 17 and 7E. RGB value is (101,23,126). Sum of RGB (Red+Green+Blue) = 101+23+126=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 126 (49.61% from 255 or 50.4% from 250); Max value from RGB is 126 - color contains mainly: blue. Hex color #65177E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65177E is #9AE881. Grayscale: #393939. Windows color (decimal): -10152066 or 8263525. OLE color: 8263525.
HSL color Cylindrical-coordinate representation of color #65177E: hue angle of 285.44º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #65177E is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 23 | 126 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.51 |
| HSL | 285.44º | 0.69% | 0.29% | - |
| HSV(B) | 285.44º | 0.82% | 0.49% | - |
| XYZ | 9.44 | 4.89 | 20.18 | - |
| YUV | 58.06 | 166.34 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 23 | 126 | 0.20 | 0.82 | 0 | 0.51 | 285.44 | 0.69 | 0.29 |
| Hex | 65 | 17 | 7E | 14 | 52 | 0 | 33 | 11D | 45 | 1D |
| Octal | 145 | 27 | 176 | 24 | 122 | 0 | 63 | 435 | 105 | 35 |
| Binary | 1100101 | 10111 | 1111110 | 10100 | 1010010 | 0 | 110011 | 100011101 | 1000101 | 11101 |
Color Harmonies of #65177E
Complementary color
Monochromatic Colors of #65177E
Black with #65177E
Text Example
Text Example
White with #65177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65177E; }
p { color: rgb(101,23,126); }
H1.HeaderClassName
{
color: #65177E;
}
.AnyTagClassName
{
color: #65177E;
}
</style>
background-color css
<style>
a { background-color: #65177E; }
a { background-color: rgb(101,23,126); }
div.DivClassName
{
background-color: #65177E;
}
.BgClassName
{
background-color: #65177E;
}
</style>
border-color css
<style>
span { border-color: #65177E; }
span { border-color: rgb(101,23,126); }
td.TdClassName
{
border-color: #65177E;
}
.TagClassName
{
border-color: #65177E;
}
</style>