Shades of Seance #64177A
Tints of Seance #64177A
RGB
CMYK
RGB Variations
Color information
#64177A (or 0x64177A) is known color: Seance. HEX triplet: 64, 17 and 7A. RGB value is (100,23,122). Sum of RGB (Red+Green+Blue) = 100+23+122=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #64177A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64177A is #9BE885. Grayscale: #383838. Windows color (decimal): -10217606 or 8001380. OLE color: 8001380.
HSL color Cylindrical-coordinate representation of color #64177A: hue angle of 286.67º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #64177A is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 23 | 122 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.52 |
| HSL | 286.67º | 0.68% | 0.28% | - |
| HSV(B) | 286.67º | 0.81% | 0.48% | - |
| XYZ | 9.07 | 4.73 | 18.85 | - |
| YUV | 57.31 | 164.51 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 23 | 122 | 0.18 | 0.81 | 0 | 0.52 | 286.67 | 0.68 | 0.28 |
| Hex | 64 | 17 | 7A | 12 | 51 | 0 | 34 | 11F | 44 | 1C |
| Octal | 144 | 27 | 172 | 22 | 121 | 0 | 64 | 437 | 104 | 34 |
| Binary | 1100100 | 10111 | 1111010 | 10010 | 1010001 | 0 | 110100 | 100011111 | 1000100 | 11100 |
Color Harmonies of #64177A
Complementary color
Monochromatic Colors of #64177A
Black with #64177A
Text Example
Text Example
White with #64177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64177A; }
p { color: rgb(100,23,122); }
H1.HeaderClassName
{
color: #64177A;
}
.AnyTagClassName
{
color: #64177A;
}
</style>
background-color css
<style>
a { background-color: #64177A; }
a { background-color: rgb(100,23,122); }
div.DivClassName
{
background-color: #64177A;
}
.BgClassName
{
background-color: #64177A;
}
</style>
border-color css
<style>
span { border-color: #64177A; }
span { border-color: rgb(100,23,122); }
td.TdClassName
{
border-color: #64177A;
}
.TagClassName
{
border-color: #64177A;
}
</style>