Shades of Royal Purple #69449B
Tints of Royal Purple #69449B
RGB
CMYK
RGB Variations
Color information
#69449B (or 0x69449B) is known color: Royal Purple. HEX triplet: 69, 44 and 9B. RGB value is (105,68,155). Sum of RGB (Red+Green+Blue) = 105+68+155=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #69449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69449B is #96BB64. Grayscale: #585858. Windows color (decimal): -9878373 or 10175593. OLE color: 10175593.
HSL color Cylindrical-coordinate representation of color #69449B: hue angle of 265.52º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69449B is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 68 | 155 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.39 |
| HSL | 265.52º | 0.39% | 0.44% | - |
| HSV(B) | 265.52º | 0.56% | 0.61% | - |
| XYZ | 13.81 | 9.5 | 32.12 | - |
| YUV | 88.98 | 165.26 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 68 | 155 | 0.32 | 0.56 | 0 | 0.39 | 265.52 | 0.39 | 0.44 |
| Hex | 69 | 44 | 9B | 20 | 38 | 0 | 27 | 10A | 27 | 2C |
| Octal | 151 | 104 | 233 | 40 | 70 | 0 | 47 | 412 | 47 | 54 |
| Binary | 1101001 | 1000100 | 10011011 | 100000 | 111000 | 0 | 100111 | 100001010 | 100111 | 101100 |
Color Harmonies of #69449B
Complementary color
Monochromatic Colors of #69449B
Black with #69449B
Text Example
Text Example
White with #69449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69449B; }
p { color: rgb(105,68,155); }
H1.HeaderClassName
{
color: #69449B;
}
.AnyTagClassName
{
color: #69449B;
}
</style>
background-color css
<style>
a { background-color: #69449B; }
a { background-color: rgb(105,68,155); }
div.DivClassName
{
background-color: #69449B;
}
.BgClassName
{
background-color: #69449B;
}
</style>
border-color css
<style>
span { border-color: #69449B; }
span { border-color: rgb(105,68,155); }
td.TdClassName
{
border-color: #69449B;
}
.TagClassName
{
border-color: #69449B;
}
</style>