Shades of Seance #65237D
Tints of Seance #65237D
RGB
CMYK
RGB Variations
Color information
#65237D (or 0x65237D) is known color: Seance. HEX triplet: 65, 23 and 7D. RGB value is (101,35,125). Sum of RGB (Red+Green+Blue) = 101+35+125=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #65237D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65237D is #9ADC82. Grayscale: #404040. Windows color (decimal): -10148995 or 8201061. OLE color: 8201061.
HSL color Cylindrical-coordinate representation of color #65237D: hue angle of 284º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65237D is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 35 | 125 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.51 |
| HSL | 284º | 0.56% | 0.31% | - |
| HSV(B) | 284º | 0.72% | 0.49% | - |
| XYZ | 9.67 | 5.45 | 19.94 | - |
| YUV | 64.99 | 161.87 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 35 | 125 | 0.19 | 0.72 | 0 | 0.51 | 284 | 0.56 | 0.31 |
| Hex | 65 | 23 | 7D | 13 | 48 | 0 | 33 | 11C | 38 | 1F |
| Octal | 145 | 43 | 175 | 23 | 110 | 0 | 63 | 434 | 70 | 37 |
| Binary | 1100101 | 100011 | 1111101 | 10011 | 1001000 | 0 | 110011 | 100011100 | 111000 | 11111 |
Color Harmonies of #65237D
Complementary color
Monochromatic Colors of #65237D
Black with #65237D
Text Example
Text Example
White with #65237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65237D; }
p { color: rgb(101,35,125); }
H1.HeaderClassName
{
color: #65237D;
}
.AnyTagClassName
{
color: #65237D;
}
</style>
background-color css
<style>
a { background-color: #65237D; }
a { background-color: rgb(101,35,125); }
div.DivClassName
{
background-color: #65237D;
}
.BgClassName
{
background-color: #65237D;
}
</style>
border-color css
<style>
span { border-color: #65237D; }
span { border-color: rgb(101,35,125); }
td.TdClassName
{
border-color: #65237D;
}
.TagClassName
{
border-color: #65237D;
}
</style>