Shades of Royal Purple #67269C
Tints of Royal Purple #67269C
RGB
CMYK
RGB Variations
Color information
#67269C (or 0x67269C) is known color: Royal Purple. HEX triplet: 67, 26 and 9C. RGB value is (103,38,156). Sum of RGB (Red+Green+Blue) = 103+38+156=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 156 (61.33% from 255 or 52.53% from 297); Max value from RGB is 156 - color contains mainly: blue. Hex color #67269C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67269C is #98D963. Grayscale: #464646. Windows color (decimal): -10017124 or 10233447. OLE color: 10233447.
HSL color Cylindrical-coordinate representation of color #67269C: hue angle of 273.05º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #67269C is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 38 | 156 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.39 |
| HSL | 273.05º | 0.61% | 0.38% | - |
| HSV(B) | 273.05º | 0.76% | 0.61% | - |
| XYZ | 12.29 | 6.67 | 32.09 | - |
| YUV | 70.89 | 176.03 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 38 | 156 | 0.34 | 0.76 | 0 | 0.39 | 273.05 | 0.61 | 0.38 |
| Hex | 67 | 26 | 9C | 22 | 4C | 0 | 27 | 111 | 3D | 26 |
| Octal | 147 | 46 | 234 | 42 | 114 | 0 | 47 | 421 | 75 | 46 |
| Binary | 1100111 | 100110 | 10011100 | 100010 | 1001100 | 0 | 100111 | 100010001 | 111101 | 100110 |
Color Harmonies of #67269C
Complementary color
Monochromatic Colors of #67269C
Black with #67269C
Text Example
Text Example
White with #67269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67269C; }
p { color: rgb(103,38,156); }
H1.HeaderClassName
{
color: #67269C;
}
.AnyTagClassName
{
color: #67269C;
}
</style>
background-color css
<style>
a { background-color: #67269C; }
a { background-color: rgb(103,38,156); }
div.DivClassName
{
background-color: #67269C;
}
.BgClassName
{
background-color: #67269C;
}
</style>
border-color css
<style>
span { border-color: #67269C; }
span { border-color: rgb(103,38,156); }
td.TdClassName
{
border-color: #67269C;
}
.TagClassName
{
border-color: #67269C;
}
</style>