Shades of Seance #67257A
Tints of Seance #67257A
RGB
CMYK
RGB Variations
Color information
#67257A (or 0x67257A) is known color: Seance. HEX triplet: 67, 25 and 7A. RGB value is (103,37,122). Sum of RGB (Red+Green+Blue) = 103+37+122=262 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.31% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 122 - color contains mainly: blue. Hex color #67257A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67257A is #98DA85. Grayscale: #424242. Windows color (decimal): -10017414 or 8004967. OLE color: 8004967.
HSL color Cylindrical-coordinate representation of color #67257A: hue angle of 286.59º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #67257A is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 37 | 122 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.52 |
| HSL | 286.59º | 0.53% | 0.31% | - |
| HSV(B) | 286.59º | 0.7% | 0.48% | - |
| XYZ | 9.77 | 5.61 | 18.98 | - |
| YUV | 66.42 | 159.37 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 37 | 122 | 0.16 | 0.70 | 0 | 0.52 | 286.59 | 0.53 | 0.31 |
| Hex | 67 | 25 | 7A | 10 | 46 | 0 | 34 | 11F | 35 | 1F |
| Octal | 147 | 45 | 172 | 20 | 106 | 0 | 64 | 437 | 65 | 37 |
| Binary | 1100111 | 100101 | 1111010 | 10000 | 1000110 | 0 | 110100 | 100011111 | 110101 | 11111 |
Color Harmonies of #67257A
Complementary color
Monochromatic Colors of #67257A
Black with #67257A
Text Example
Text Example
White with #67257A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67257A; }
p { color: rgb(103,37,122); }
H1.HeaderClassName
{
color: #67257A;
}
.AnyTagClassName
{
color: #67257A;
}
</style>
background-color css
<style>
a { background-color: #67257A; }
a { background-color: rgb(103,37,122); }
div.DivClassName
{
background-color: #67257A;
}
.BgClassName
{
background-color: #67257A;
}
</style>
border-color css
<style>
span { border-color: #67257A; }
span { border-color: rgb(103,37,122); }
td.TdClassName
{
border-color: #67257A;
}
.TagClassName
{
border-color: #67257A;
}
</style>