Shades of Seance #630F74
Tints of Seance #630F74
RGB
CMYK
RGB Variations
Color information
#630F74 (or 0x630F74) is known color: Seance. HEX triplet: 63, 0F and 74. RGB value is (99,15,116). Sum of RGB (Red+Green+Blue) = 99+15+116=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 116 (45.70% from 255 or 50.43% from 230); Max value from RGB is 116 - color contains mainly: blue. Hex color #630F74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630F74 is #9CF08B. Grayscale: #333333. Windows color (decimal): -10285196 or 7606115. OLE color: 7606115.
HSL color Cylindrical-coordinate representation of color #630F74: hue angle of 289.9º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #630F74 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 15 | 116 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.55 |
| HSL | 289.9º | 0.77% | 0.26% | - |
| HSV(B) | 289.9º | 0.87% | 0.45% | - |
| XYZ | 8.47 | 4.26 | 16.9 | - |
| YUV | 51.63 | 164.33 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 116 | 0.15 | 0.87 | 0 | 0.55 | 289.9 | 0.77 | 0.26 |
| Hex | 63 | F | 74 | F | 57 | 0 | 37 | 122 | 4D | 1A |
| Octal | 143 | 17 | 164 | 17 | 127 | 0 | 67 | 442 | 115 | 32 |
| Binary | 1100011 | 1111 | 1110100 | 1111 | 1010111 | 0 | 110111 | 100100010 | 1001101 | 11010 |
Color Harmonies of #630F74
Complementary color
Monochromatic Colors of #630F74
Black with #630F74
Text Example
Text Example
White with #630F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630F74; }
p { color: rgb(99,15,116); }
H1.HeaderClassName
{
color: #630F74;
}
.AnyTagClassName
{
color: #630F74;
}
</style>
background-color css
<style>
a { background-color: #630F74; }
a { background-color: rgb(99,15,116); }
div.DivClassName
{
background-color: #630F74;
}
.BgClassName
{
background-color: #630F74;
}
</style>
border-color css
<style>
span { border-color: #630F74; }
span { border-color: rgb(99,15,116); }
td.TdClassName
{
border-color: #630F74;
}
.TagClassName
{
border-color: #630F74;
}
</style>