Shades of Seance #65187A
Tints of Seance #65187A
RGB
CMYK
RGB Variations
Color information
#65187A (or 0x65187A) is known color: Seance. HEX triplet: 65, 18 and 7A. RGB value is (101,24,122). Sum of RGB (Red+Green+Blue) = 101+24+122=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 122 (48.05% from 255 or 49.39% from 247); Max value from RGB is 122 - color contains mainly: blue. Hex color #65187A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65187A is #9AE785. Grayscale: #393939. Windows color (decimal): -10151814 or 8001637. OLE color: 8001637.
HSL color Cylindrical-coordinate representation of color #65187A: hue angle of 287.14º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #65187A is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 24 | 122 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.52 |
| HSL | 287.14º | 0.67% | 0.29% | - |
| HSV(B) | 287.14º | 0.8% | 0.48% | - |
| XYZ | 9.21 | 4.83 | 18.86 | - |
| YUV | 58.2 | 164.01 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 24 | 122 | 0.17 | 0.80 | 0 | 0.52 | 287.14 | 0.67 | 0.29 |
| Hex | 65 | 18 | 7A | 11 | 50 | 0 | 34 | 11F | 43 | 1D |
| Octal | 145 | 30 | 172 | 21 | 120 | 0 | 64 | 437 | 103 | 35 |
| Binary | 1100101 | 11000 | 1111010 | 10001 | 1010000 | 0 | 110100 | 100011111 | 1000011 | 11101 |
Color Harmonies of #65187A
Complementary color
Monochromatic Colors of #65187A
Black with #65187A
Text Example
Text Example
White with #65187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65187A; }
p { color: rgb(101,24,122); }
H1.HeaderClassName
{
color: #65187A;
}
.AnyTagClassName
{
color: #65187A;
}
</style>
background-color css
<style>
a { background-color: #65187A; }
a { background-color: rgb(101,24,122); }
div.DivClassName
{
background-color: #65187A;
}
.BgClassName
{
background-color: #65187A;
}
</style>
border-color css
<style>
span { border-color: #65187A; }
span { border-color: rgb(101,24,122); }
td.TdClassName
{
border-color: #65187A;
}
.TagClassName
{
border-color: #65187A;
}
</style>