Shades of Royal Purple #671A9C
Tints of Royal Purple #671A9C
RGB
CMYK
RGB Variations
Color information
#671A9C (or 0x671A9C) is known color: Royal Purple. HEX triplet: 67, 1A and 9C. RGB value is (103,26,156). Sum of RGB (Red+Green+Blue) = 103+26+156=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #671A9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671A9C is #98E563. Grayscale: #3F3F3F. Windows color (decimal): -10020196 or 10230375. OLE color: 10230375.
HSL color Cylindrical-coordinate representation of color #671A9C: hue angle of 275.54º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #671A9C is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 26 | 156 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.39 |
| HSL | 275.54º | 0.71% | 0.36% | - |
| HSV(B) | 275.54º | 0.83% | 0.61% | - |
| XYZ | 11.96 | 6.02 | 31.98 | - |
| YUV | 63.84 | 180.01 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 26 | 156 | 0.34 | 0.83 | 0 | 0.39 | 275.54 | 0.71 | 0.36 |
| Hex | 67 | 1A | 9C | 22 | 53 | 0 | 27 | 114 | 47 | 24 |
| Octal | 147 | 32 | 234 | 42 | 123 | 0 | 47 | 424 | 107 | 44 |
| Binary | 1100111 | 11010 | 10011100 | 100010 | 1010011 | 0 | 100111 | 100010100 | 1000111 | 100100 |
Color Harmonies of #671A9C
Complementary color
Monochromatic Colors of #671A9C
Black with #671A9C
Text Example
Text Example
White with #671A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671A9C; }
p { color: rgb(103,26,156); }
H1.HeaderClassName
{
color: #671A9C;
}
.AnyTagClassName
{
color: #671A9C;
}
</style>
background-color css
<style>
a { background-color: #671A9C; }
a { background-color: rgb(103,26,156); }
div.DivClassName
{
background-color: #671A9C;
}
.BgClassName
{
background-color: #671A9C;
}
</style>
border-color css
<style>
span { border-color: #671A9C; }
span { border-color: rgb(103,26,156); }
td.TdClassName
{
border-color: #671A9C;
}
.TagClassName
{
border-color: #671A9C;
}
</style>