Shades of Royal Purple #69439B
Tints of Royal Purple #69439B
RGB
CMYK
RGB Variations
Color information
#69439B (or 0x69439B) is known color: Royal Purple. HEX triplet: 69, 43 and 9B. RGB value is (105,67,155). Sum of RGB (Red+Green+Blue) = 105+67+155=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #69439B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69439B is #96BC64. Grayscale: #585858. Windows color (decimal): -9878629 or 10175337. OLE color: 10175337.
HSL color Cylindrical-coordinate representation of color #69439B: hue angle of 265.91º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69439B is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 67 | 155 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.39 |
| HSL | 265.91º | 0.4% | 0.44% | - |
| HSV(B) | 265.91º | 0.57% | 0.61% | - |
| XYZ | 13.75 | 9.38 | 32.1 | - |
| YUV | 88.39 | 165.59 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 67 | 155 | 0.32 | 0.57 | 0 | 0.39 | 265.91 | 0.4 | 0.44 |
| Hex | 69 | 43 | 9B | 20 | 39 | 0 | 27 | 10A | 28 | 2C |
| Octal | 151 | 103 | 233 | 40 | 71 | 0 | 47 | 412 | 50 | 54 |
| Binary | 1101001 | 1000011 | 10011011 | 100000 | 111001 | 0 | 100111 | 100001010 | 101000 | 101100 |
Color Harmonies of #69439B
Complementary color
Monochromatic Colors of #69439B
Black with #69439B
Text Example
Text Example
White with #69439B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69439B; }
p { color: rgb(105,67,155); }
H1.HeaderClassName
{
color: #69439B;
}
.AnyTagClassName
{
color: #69439B;
}
</style>
background-color css
<style>
a { background-color: #69439B; }
a { background-color: rgb(105,67,155); }
div.DivClassName
{
background-color: #69439B;
}
.BgClassName
{
background-color: #69439B;
}
</style>
border-color css
<style>
span { border-color: #69439B; }
span { border-color: rgb(105,67,155); }
td.TdClassName
{
border-color: #69439B;
}
.TagClassName
{
border-color: #69439B;
}
</style>