Shades of Royal Purple #69429B
Tints of Royal Purple #69429B
RGB
CMYK
RGB Variations
Color information
#69429B (or 0x69429B) is known color: Royal Purple. HEX triplet: 69, 42 and 9B. RGB value is (105,66,155). Sum of RGB (Red+Green+Blue) = 105+66+155=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #69429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69429B is #96BD64. Grayscale: #575757. Windows color (decimal): -9878885 or 10175081. OLE color: 10175081.
HSL color Cylindrical-coordinate representation of color #69429B: hue angle of 266.29º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69429B is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 66 | 155 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.39 |
| HSL | 266.29º | 0.4% | 0.43% | - |
| HSV(B) | 266.29º | 0.57% | 0.61% | - |
| XYZ | 13.69 | 9.27 | 32.08 | - |
| YUV | 87.81 | 165.92 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 66 | 155 | 0.32 | 0.57 | 0 | 0.39 | 266.29 | 0.4 | 0.43 |
| Hex | 69 | 42 | 9B | 20 | 39 | 0 | 27 | 10A | 28 | 2B |
| Octal | 151 | 102 | 233 | 40 | 71 | 0 | 47 | 412 | 50 | 53 |
| Binary | 1101001 | 1000010 | 10011011 | 100000 | 111001 | 0 | 100111 | 100001010 | 101000 | 101011 |
Color Harmonies of #69429B
Complementary color
Monochromatic Colors of #69429B
Black with #69429B
Text Example
Text Example
White with #69429B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69429B; }
p { color: rgb(105,66,155); }
H1.HeaderClassName
{
color: #69429B;
}
.AnyTagClassName
{
color: #69429B;
}
</style>
background-color css
<style>
a { background-color: #69429B; }
a { background-color: rgb(105,66,155); }
div.DivClassName
{
background-color: #69429B;
}
.BgClassName
{
background-color: #69429B;
}
</style>
border-color css
<style>
span { border-color: #69429B; }
span { border-color: rgb(105,66,155); }
td.TdClassName
{
border-color: #69429B;
}
.TagClassName
{
border-color: #69429B;
}
</style>