Shades of Royal Purple #672A9B
Tints of Royal Purple #672A9B
RGB
CMYK
RGB Variations
Color information
#672A9B (or 0x672A9B) is known color: Royal Purple. HEX triplet: 67, 2A and 9B. RGB value is (103,42,155). Sum of RGB (Red+Green+Blue) = 103+42+155=300 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.33% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #672A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672A9B is #98D564. Grayscale: #484848. Windows color (decimal): -10016101 or 10168935. OLE color: 10168935.
HSL color Cylindrical-coordinate representation of color #672A9B: hue angle of 272.39º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #672A9B is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 42 | 155 | - |
| CMYK | 0.34 | 0.73 | 0 | 0.39 |
| HSL | 272.39º | 0.57% | 0.39% | - |
| HSV(B) | 272.39º | 0.73% | 0.61% | - |
| XYZ | 12.34 | 6.91 | 31.69 | - |
| YUV | 73.12 | 174.21 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 155 | 0.34 | 0.73 | 0 | 0.39 | 272.39 | 0.57 | 0.39 |
| Hex | 67 | 2A | 9B | 22 | 49 | 0 | 27 | 110 | 39 | 27 |
| Octal | 147 | 52 | 233 | 42 | 111 | 0 | 47 | 420 | 71 | 47 |
| Binary | 1100111 | 101010 | 10011011 | 100010 | 1001001 | 0 | 100111 | 100010000 | 111001 | 100111 |
Color Harmonies of #672A9B
Complementary color
Monochromatic Colors of #672A9B
Black with #672A9B
Text Example
Text Example
White with #672A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672A9B; }
p { color: rgb(103,42,155); }
H1.HeaderClassName
{
color: #672A9B;
}
.AnyTagClassName
{
color: #672A9B;
}
</style>
background-color css
<style>
a { background-color: #672A9B; }
a { background-color: rgb(103,42,155); }
div.DivClassName
{
background-color: #672A9B;
}
.BgClassName
{
background-color: #672A9B;
}
</style>
border-color css
<style>
span { border-color: #672A9B; }
span { border-color: rgb(103,42,155); }
td.TdClassName
{
border-color: #672A9B;
}
.TagClassName
{
border-color: #672A9B;
}
</style>