Shades of Royal Purple #69448F
Tints of Royal Purple #69448F
RGB
CMYK
RGB Variations
Color information
#69448F (or 0x69448F) is known color: Royal Purple. HEX triplet: 69, 44 and 8F. RGB value is (105,68,143). Sum of RGB (Red+Green+Blue) = 105+68+143=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 143 - color contains mainly: blue. Hex color #69448F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69448F is #96BB70. Grayscale: #575757. Windows color (decimal): -9878385 or 9389161. OLE color: 9389161.
HSL color Cylindrical-coordinate representation of color #69448F: hue angle of 269.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69448F is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 68 | 143 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.44 |
| HSL | 269.6º | 0.36% | 0.41% | - |
| HSV(B) | 269.6º | 0.52% | 0.56% | - |
| XYZ | 12.85 | 9.12 | 27.07 | - |
| YUV | 87.61 | 159.26 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 68 | 143 | 0.27 | 0.52 | 0 | 0.44 | 269.6 | 0.36 | 0.41 |
| Hex | 69 | 44 | 8F | 1B | 34 | 0 | 2C | 10E | 24 | 29 |
| Octal | 151 | 104 | 217 | 33 | 64 | 0 | 54 | 416 | 44 | 51 |
| Binary | 1101001 | 1000100 | 10001111 | 11011 | 110100 | 0 | 101100 | 100001110 | 100100 | 101001 |
Color Harmonies of #69448F
Complementary color
Monochromatic Colors of #69448F
Black with #69448F
Text Example
Text Example
White with #69448F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69448F; }
p { color: rgb(105,68,143); }
H1.HeaderClassName
{
color: #69448F;
}
.AnyTagClassName
{
color: #69448F;
}
</style>
background-color css
<style>
a { background-color: #69448F; }
a { background-color: rgb(105,68,143); }
div.DivClassName
{
background-color: #69448F;
}
.BgClassName
{
background-color: #69448F;
}
</style>
border-color css
<style>
span { border-color: #69448F; }
span { border-color: rgb(105,68,143); }
td.TdClassName
{
border-color: #69448F;
}
.TagClassName
{
border-color: #69448F;
}
</style>