Shades of Royal Purple #672195
Tints of Royal Purple #672195
RGB
CMYK
RGB Variations
Color information
#672195 (or 0x672195) is known color: Royal Purple. HEX triplet: 67, 21 and 95. RGB value is (103,33,149). Sum of RGB (Red+Green+Blue) = 103+33+149=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #672195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672195 is #98DE6A. Grayscale: #424242. Windows color (decimal): -10018411 or 9773415. OLE color: 9773415.
HSL color Cylindrical-coordinate representation of color #672195: hue angle of 276.21º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #672195 is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 33 | 149 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.42 |
| HSL | 276.21º | 0.64% | 0.36% | - |
| HSV(B) | 276.21º | 0.78% | 0.58% | - |
| XYZ | 11.56 | 6.14 | 29.01 | - |
| YUV | 67.15 | 174.19 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 33 | 149 | 0.31 | 0.78 | 0 | 0.42 | 276.21 | 0.64 | 0.36 |
| Hex | 67 | 21 | 95 | 1F | 4E | 0 | 2A | 114 | 40 | 24 |
| Octal | 147 | 41 | 225 | 37 | 116 | 0 | 52 | 424 | 100 | 44 |
| Binary | 1100111 | 100001 | 10010101 | 11111 | 1001110 | 0 | 101010 | 100010100 | 1000000 | 100100 |
Color Harmonies of #672195
Complementary color
Monochromatic Colors of #672195
Black with #672195
Text Example
Text Example
White with #672195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672195; }
p { color: rgb(103,33,149); }
H1.HeaderClassName
{
color: #672195;
}
.AnyTagClassName
{
color: #672195;
}
</style>
background-color css
<style>
a { background-color: #672195; }
a { background-color: rgb(103,33,149); }
div.DivClassName
{
background-color: #672195;
}
.BgClassName
{
background-color: #672195;
}
</style>
border-color css
<style>
span { border-color: #672195; }
span { border-color: rgb(103,33,149); }
td.TdClassName
{
border-color: #672195;
}
.TagClassName
{
border-color: #672195;
}
</style>