Shades of Tyrian Purple #630850
Tints of Tyrian Purple #630850
RGB
CMYK
RGB Variations
Color information
#630850 (or 0x630850) is known color: Tyrian Purple. HEX triplet: 63, 08 and 50. RGB value is (99,8,80). Sum of RGB (Red+Green+Blue) = 99+8+80=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #630850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630850 is #9CF7AF. Grayscale: #2B2B2B. Windows color (decimal): -10287024 or 5245027. OLE color: 5245027.
HSL color Cylindrical-coordinate representation of color #630850: hue angle of 312.53º 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 #630850 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 8 | 80 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.61 |
| HSL | 312.53º | 0.85% | 0.21% | - |
| HSV(B) | 312.53º | 0.92% | 0.39% | - |
| XYZ | 6.68 | 3.41 | 7.89 | - |
| YUV | 43.42 | 148.65 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 8 | 80 | 0 | 0.92 | 0.19 | 0.61 | 312.53 | 0.85 | 0.21 |
| Hex | 63 | 8 | 50 | 0 | 5C | 13 | 3D | 139 | 55 | 15 |
| Octal | 143 | 10 | 120 | 0 | 134 | 23 | 75 | 471 | 125 | 25 |
| Binary | 1100011 | 1000 | 1010000 | 0 | 1011100 | 10011 | 111101 | 100111001 | 1010101 | 10101 |
Color Harmonies of #630850
Complementary color
Monochromatic Colors of #630850
Black with #630850
Text Example
Text Example
White with #630850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630850; }
p { color: rgb(99,8,80); }
H1.HeaderClassName
{
color: #630850;
}
.AnyTagClassName
{
color: #630850;
}
</style>
background-color css
<style>
a { background-color: #630850; }
a { background-color: rgb(99,8,80); }
div.DivClassName
{
background-color: #630850;
}
.BgClassName
{
background-color: #630850;
}
</style>
border-color css
<style>
span { border-color: #630850; }
span { border-color: rgb(99,8,80); }
td.TdClassName
{
border-color: #630850;
}
.TagClassName
{
border-color: #630850;
}
</style>