Shades of Tyrian Purple #630F42
Tints of Tyrian Purple #630F42
RGB
CMYK
RGB Variations
Color information
#630F42 (or 0x630F42) is known color: Tyrian Purple. HEX triplet: 63, 0F and 42. RGB value is (99,15,66). Sum of RGB (Red+Green+Blue) = 99+15+66=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #630F42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630F42 is #9CF0BD. Grayscale: #2D2D2D. Windows color (decimal): -10285246 or 4329315. OLE color: 4329315.
HSL color Cylindrical-coordinate representation of color #630F42: hue angle of 323.57º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #630F42 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 15 | 66 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.61 |
| HSL | 323.57º | 0.74% | 0.22% | - |
| HSV(B) | 323.57º | 0.85% | 0.39% | - |
| XYZ | 6.3 | 3.39 | 5.48 | - |
| YUV | 45.93 | 139.33 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 66 | 0 | 0.85 | 0.33 | 0.61 | 323.57 | 0.74 | 0.22 |
| Hex | 63 | F | 42 | 0 | 55 | 21 | 3D | 144 | 4A | 16 |
| Octal | 143 | 17 | 102 | 0 | 125 | 41 | 75 | 504 | 112 | 26 |
| Binary | 1100011 | 1111 | 1000010 | 0 | 1010101 | 100001 | 111101 | 101000100 | 1001010 | 10110 |
Color Harmonies of #630F42
Complementary color
Monochromatic Colors of #630F42
Black with #630F42
Text Example
Text Example
White with #630F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630F42; }
p { color: rgb(99,15,66); }
H1.HeaderClassName
{
color: #630F42;
}
.AnyTagClassName
{
color: #630F42;
}
</style>
background-color css
<style>
a { background-color: #630F42; }
a { background-color: rgb(99,15,66); }
div.DivClassName
{
background-color: #630F42;
}
.BgClassName
{
background-color: #630F42;
}
</style>
border-color css
<style>
span { border-color: #630F42; }
span { border-color: rgb(99,15,66); }
td.TdClassName
{
border-color: #630F42;
}
.TagClassName
{
border-color: #630F42;
}
</style>