Shades of Tyrian Purple #630852
Tints of Tyrian Purple #630852
RGB
CMYK
RGB Variations
Color information
#630852 (or 0x630852) is known color: Tyrian Purple. HEX triplet: 63, 08 and 52. RGB value is (99,8,82). Sum of RGB (Red+Green+Blue) = 99+8+82=189 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.38% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 99 - color contains mainly: red. Hex color #630852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630852 is #9CF7AD. Grayscale: #2B2B2B. Windows color (decimal): -10287022 or 5376099. OLE color: 5376099.
HSL color Cylindrical-coordinate representation of color #630852: hue angle of 311.21º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #630852 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 8 | 82 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.61 |
| HSL | 311.21º | 0.85% | 0.21% | - |
| HSV(B) | 311.21º | 0.92% | 0.39% | - |
| XYZ | 6.76 | 3.44 | 8.29 | - |
| YUV | 43.65 | 149.65 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 8 | 82 | 0 | 0.92 | 0.17 | 0.61 | 311.21 | 0.85 | 0.21 |
| Hex | 63 | 8 | 52 | 0 | 5C | 11 | 3D | 137 | 55 | 15 |
| Octal | 143 | 10 | 122 | 0 | 134 | 21 | 75 | 467 | 125 | 25 |
| Binary | 1100011 | 1000 | 1010010 | 0 | 1011100 | 10001 | 111101 | 100110111 | 1010101 | 10101 |
Color Harmonies of #630852
Complementary color
Monochromatic Colors of #630852
Black with #630852
Text Example
Text Example
White with #630852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630852; }
p { color: rgb(99,8,82); }
H1.HeaderClassName
{
color: #630852;
}
.AnyTagClassName
{
color: #630852;
}
</style>
background-color css
<style>
a { background-color: #630852; }
a { background-color: rgb(99,8,82); }
div.DivClassName
{
background-color: #630852;
}
.BgClassName
{
background-color: #630852;
}
</style>
border-color css
<style>
span { border-color: #630852; }
span { border-color: rgb(99,8,82); }
td.TdClassName
{
border-color: #630852;
}
.TagClassName
{
border-color: #630852;
}
</style>