Shades of Royal Purple #67369C
Tints of Royal Purple #67369C
RGB
CMYK
RGB Variations
Color information
#67369C (or 0x67369C) is known color: Royal Purple. HEX triplet: 67, 36 and 9C. RGB value is (103,54,156). Sum of RGB (Red+Green+Blue) = 103+54+156=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #67369C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67369C is #98C963. Grayscale: #4F4F4F. Windows color (decimal): -10013028 or 10237543. OLE color: 10237543.
HSL color Cylindrical-coordinate representation of color #67369C: hue angle of 268.82º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #67369C is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 54 | 156 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.39 |
| HSL | 268.82º | 0.49% | 0.41% | - |
| HSV(B) | 268.82º | 0.65% | 0.61% | - |
| XYZ | 12.91 | 7.92 | 32.3 | - |
| YUV | 80.28 | 170.73 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 54 | 156 | 0.34 | 0.65 | 0 | 0.39 | 268.82 | 0.49 | 0.41 |
| Hex | 67 | 36 | 9C | 22 | 41 | 0 | 27 | 10D | 31 | 29 |
| Octal | 147 | 66 | 234 | 42 | 101 | 0 | 47 | 415 | 61 | 51 |
| Binary | 1100111 | 110110 | 10011100 | 100010 | 1000001 | 0 | 100111 | 100001101 | 110001 | 101001 |
Color Harmonies of #67369C
Complementary color
Monochromatic Colors of #67369C
Black with #67369C
Text Example
Text Example
White with #67369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67369C; }
p { color: rgb(103,54,156); }
H1.HeaderClassName
{
color: #67369C;
}
.AnyTagClassName
{
color: #67369C;
}
</style>
background-color css
<style>
a { background-color: #67369C; }
a { background-color: rgb(103,54,156); }
div.DivClassName
{
background-color: #67369C;
}
.BgClassName
{
background-color: #67369C;
}
</style>
border-color css
<style>
span { border-color: #67369C; }
span { border-color: rgb(103,54,156); }
td.TdClassName
{
border-color: #67369C;
}
.TagClassName
{
border-color: #67369C;
}
</style>