Shades of Seance #672A7D
Tints of Seance #672A7D
RGB
CMYK
RGB Variations
Color information
#672A7D (or 0x672A7D) is known color: Seance. HEX triplet: 67, 2A and 7D. RGB value is (103,42,125). Sum of RGB (Red+Green+Blue) = 103+42+125=270 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.15% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: blue. Hex color #672A7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672A7D is #98D582. Grayscale: #454545. Windows color (decimal): -10016131 or 8202855. OLE color: 8202855.
HSL color Cylindrical-coordinate representation of color #672A7D: hue angle of 284.1º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #672A7D is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 42 | 125 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.51 |
| HSL | 284.1º | 0.5% | 0.33% | - |
| HSV(B) | 284.1º | 0.66% | 0.49% | - |
| XYZ | 10.12 | 6.02 | 20.03 | - |
| YUV | 69.7 | 159.21 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 125 | 0.18 | 0.66 | 0 | 0.51 | 284.1 | 0.5 | 0.33 |
| Hex | 67 | 2A | 7D | 12 | 42 | 0 | 33 | 11C | 32 | 21 |
| Octal | 147 | 52 | 175 | 22 | 102 | 0 | 63 | 434 | 62 | 41 |
| Binary | 1100111 | 101010 | 1111101 | 10010 | 1000010 | 0 | 110011 | 100011100 | 110010 | 100001 |
Color Harmonies of #672A7D
Complementary color
Monochromatic Colors of #672A7D
Black with #672A7D
Text Example
Text Example
White with #672A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672A7D; }
p { color: rgb(103,42,125); }
H1.HeaderClassName
{
color: #672A7D;
}
.AnyTagClassName
{
color: #672A7D;
}
</style>
background-color css
<style>
a { background-color: #672A7D; }
a { background-color: rgb(103,42,125); }
div.DivClassName
{
background-color: #672A7D;
}
.BgClassName
{
background-color: #672A7D;
}
</style>
border-color css
<style>
span { border-color: #672A7D; }
span { border-color: rgb(103,42,125); }
td.TdClassName
{
border-color: #672A7D;
}
.TagClassName
{
border-color: #672A7D;
}
</style>