Shades of Tyrian Purple #630652
Tints of Tyrian Purple #630652
RGB
CMYK
RGB Variations
Color information
#630652 (or 0x630652) is known color: Tyrian Purple. HEX triplet: 63, 06 and 52. RGB value is (99,6,82). Sum of RGB (Red+Green+Blue) = 99+6+82=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 82 (32.42% from 255 or 43.85% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #630652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630652 is #9CF9AD. Grayscale: #2A2A2A. Windows color (decimal): -10287534 or 5375587. OLE color: 5375587.
HSL color Cylindrical-coordinate representation of color #630652: hue angle of 310.97º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630652 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 6 | 82 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.61 |
| HSL | 310.97º | 0.89% | 0.21% | - |
| HSV(B) | 310.97º | 0.94% | 0.39% | - |
| XYZ | 6.73 | 3.39 | 8.28 | - |
| YUV | 42.47 | 150.31 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 6 | 82 | 0 | 0.94 | 0.17 | 0.61 | 310.97 | 0.89 | 0.21 |
| Hex | 63 | 6 | 52 | 0 | 5E | 11 | 3D | 137 | 59 | 15 |
| Octal | 143 | 6 | 122 | 0 | 136 | 21 | 75 | 467 | 131 | 25 |
| Binary | 1100011 | 110 | 1010010 | 0 | 1011110 | 10001 | 111101 | 100110111 | 1011001 | 10101 |
Color Harmonies of #630652
Complementary color
Monochromatic Colors of #630652
Black with #630652
Text Example
Text Example
White with #630652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630652; }
p { color: rgb(99,6,82); }
H1.HeaderClassName
{
color: #630652;
}
.AnyTagClassName
{
color: #630652;
}
</style>
background-color css
<style>
a { background-color: #630652; }
a { background-color: rgb(99,6,82); }
div.DivClassName
{
background-color: #630652;
}
.BgClassName
{
background-color: #630652;
}
</style>
border-color css
<style>
span { border-color: #630652; }
span { border-color: rgb(99,6,82); }
td.TdClassName
{
border-color: #630652;
}
.TagClassName
{
border-color: #630652;
}
</style>