Shades of Seance #642175
Tints of Seance #642175
RGB
CMYK
RGB Variations
Color information
#642175 (or 0x642175) is known color: Seance. HEX triplet: 64, 21 and 75. RGB value is (100,33,117). Sum of RGB (Red+Green+Blue) = 100+33+117=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #642175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642175 is #9BDE8A. Grayscale: #3E3E3E. Windows color (decimal): -10215051 or 7676260. OLE color: 7676260.
HSL color Cylindrical-coordinate representation of color #642175: hue angle of 287.86º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #642175 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 33 | 117 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.54 |
| HSL | 287.86º | 0.56% | 0.29% | - |
| HSV(B) | 287.86º | 0.72% | 0.46% | - |
| XYZ | 9.01 | 5.08 | 17.34 | - |
| YUV | 62.61 | 158.7 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 33 | 117 | 0.15 | 0.72 | 0 | 0.54 | 287.86 | 0.56 | 0.29 |
| Hex | 64 | 21 | 75 | F | 48 | 0 | 36 | 120 | 38 | 1D |
| Octal | 144 | 41 | 165 | 17 | 110 | 0 | 66 | 440 | 70 | 35 |
| Binary | 1100100 | 100001 | 1110101 | 1111 | 1001000 | 0 | 110110 | 100100000 | 111000 | 11101 |
Color Harmonies of #642175
Complementary color
Monochromatic Colors of #642175
Black with #642175
Text Example
Text Example
White with #642175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642175; }
p { color: rgb(100,33,117); }
H1.HeaderClassName
{
color: #642175;
}
.AnyTagClassName
{
color: #642175;
}
</style>
background-color css
<style>
a { background-color: #642175; }
a { background-color: rgb(100,33,117); }
div.DivClassName
{
background-color: #642175;
}
.BgClassName
{
background-color: #642175;
}
</style>
border-color css
<style>
span { border-color: #642175; }
span { border-color: rgb(100,33,117); }
td.TdClassName
{
border-color: #642175;
}
.TagClassName
{
border-color: #642175;
}
</style>