Shades of Royal Purple #69439E
Tints of Royal Purple #69439E
RGB
CMYK
RGB Variations
Color information
#69439E (or 0x69439E) is known color: Royal Purple. HEX triplet: 69, 43 and 9E. RGB value is (105,67,158). Sum of RGB (Red+Green+Blue) = 105+67+158=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 158 - color contains mainly: blue. Hex color #69439E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69439E is #96BC61. Grayscale: #585858. Windows color (decimal): -9878626 or 10371945. OLE color: 10371945.
HSL color Cylindrical-coordinate representation of color #69439E: hue angle of 265.05º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69439E is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 67 | 158 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.38 |
| HSL | 265.06º | 0.4% | 0.44% | - |
| HSV(B) | 265.06º | 0.58% | 0.62% | - |
| XYZ | 14 | 9.49 | 33.44 | - |
| YUV | 88.74 | 167.09 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 67 | 158 | 0.34 | 0.58 | 0 | 0.38 | 265.06 | 0.4 | 0.44 |
| Hex | 69 | 43 | 9E | 22 | 3A | 0 | 26 | 109 | 28 | 2C |
| Octal | 151 | 103 | 236 | 42 | 72 | 0 | 46 | 411 | 50 | 54 |
| Binary | 1101001 | 1000011 | 10011110 | 100010 | 111010 | 0 | 100110 | 100001001 | 101000 | 101100 |
Color Harmonies of #69439E
Complementary color
Monochromatic Colors of #69439E
Black with #69439E
Text Example
Text Example
White with #69439E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69439E; }
p { color: rgb(105,67,158); }
H1.HeaderClassName
{
color: #69439E;
}
.AnyTagClassName
{
color: #69439E;
}
</style>
background-color css
<style>
a { background-color: #69439E; }
a { background-color: rgb(105,67,158); }
div.DivClassName
{
background-color: #69439E;
}
.BgClassName
{
background-color: #69439E;
}
</style>
border-color css
<style>
span { border-color: #69439E; }
span { border-color: rgb(105,67,158); }
td.TdClassName
{
border-color: #69439E;
}
.TagClassName
{
border-color: #69439E;
}
</style>