Shades of Royal Purple #69328F
Tints of Royal Purple #69328F
RGB
CMYK
RGB Variations
Color information
#69328F (or 0x69328F) is known color: Royal Purple. HEX triplet: 69, 32 and 8F. RGB value is (105,50,143). Sum of RGB (Red+Green+Blue) = 105+50+143=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #69328F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69328F is #96CD70. Grayscale: #4C4C4C. Windows color (decimal): -9882993 or 9384553. OLE color: 9384553.
HSL color Cylindrical-coordinate representation of color #69328F: hue angle of 275.48º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #69328F is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 50 | 143 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.44 |
| HSL | 275.48º | 0.48% | 0.38% | - |
| HSV(B) | 275.48º | 0.65% | 0.56% | - |
| XYZ | 11.92 | 7.27 | 26.76 | - |
| YUV | 77.05 | 165.22 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 50 | 143 | 0.27 | 0.65 | 0 | 0.44 | 275.48 | 0.48 | 0.38 |
| Hex | 69 | 32 | 8F | 1B | 41 | 0 | 2C | 113 | 30 | 26 |
| Octal | 151 | 62 | 217 | 33 | 101 | 0 | 54 | 423 | 60 | 46 |
| Binary | 1101001 | 110010 | 10001111 | 11011 | 1000001 | 0 | 101100 | 100010011 | 110000 | 100110 |
Color Harmonies of #69328F
Complementary color
Monochromatic Colors of #69328F
Black with #69328F
Text Example
Text Example
White with #69328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69328F; }
p { color: rgb(105,50,143); }
H1.HeaderClassName
{
color: #69328F;
}
.AnyTagClassName
{
color: #69328F;
}
</style>
background-color css
<style>
a { background-color: #69328F; }
a { background-color: rgb(105,50,143); }
div.DivClassName
{
background-color: #69328F;
}
.BgClassName
{
background-color: #69328F;
}
</style>
border-color css
<style>
span { border-color: #69328F; }
span { border-color: rgb(105,50,143); }
td.TdClassName
{
border-color: #69328F;
}
.TagClassName
{
border-color: #69328F;
}
</style>