Shades of Seance #62267B
Tints of Seance #62267B
RGB
CMYK
RGB Variations
Color information
#62267B (or 0x62267B) is known color: Seance. HEX triplet: 62, 26 and 7B. RGB value is (98,38,123). Sum of RGB (Red+Green+Blue) = 98+38+123=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 123 (48.44% from 255 or 47.49% from 259); Max value from RGB is 123 - color contains mainly: blue. Hex color #62267B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62267B is #9DD984. Grayscale: #414141. Windows color (decimal): -10344837 or 8070754. OLE color: 8070754.
HSL color Cylindrical-coordinate representation of color #62267B: hue angle of 282.35º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #62267B is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 38 | 123 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.52 |
| HSL | 282.35º | 0.53% | 0.32% | - |
| HSV(B) | 282.35º | 0.69% | 0.48% | - |
| XYZ | 9.31 | 5.41 | 19.29 | - |
| YUV | 65.63 | 160.38 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 38 | 123 | 0.20 | 0.69 | 0 | 0.52 | 282.35 | 0.53 | 0.32 |
| Hex | 62 | 26 | 7B | 14 | 45 | 0 | 34 | 11A | 35 | 20 |
| Octal | 142 | 46 | 173 | 24 | 105 | 0 | 64 | 432 | 65 | 40 |
| Binary | 1100010 | 100110 | 1111011 | 10100 | 1000101 | 0 | 110100 | 100011010 | 110101 | 100000 |
Color Harmonies of #62267B
Complementary color
Monochromatic Colors of #62267B
Black with #62267B
Text Example
Text Example
White with #62267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62267B; }
p { color: rgb(98,38,123); }
H1.HeaderClassName
{
color: #62267B;
}
.AnyTagClassName
{
color: #62267B;
}
</style>
background-color css
<style>
a { background-color: #62267B; }
a { background-color: rgb(98,38,123); }
div.DivClassName
{
background-color: #62267B;
}
.BgClassName
{
background-color: #62267B;
}
</style>
border-color css
<style>
span { border-color: #62267B; }
span { border-color: rgb(98,38,123); }
td.TdClassName
{
border-color: #62267B;
}
.TagClassName
{
border-color: #62267B;
}
</style>