Shades of Royal Purple #69369C
Tints of Royal Purple #69369C
RGB
CMYK
RGB Variations
Color information
#69369C (or 0x69369C) is known color: Royal Purple. HEX triplet: 69, 36 and 9C. RGB value is (105,54,156). Sum of RGB (Red+Green+Blue) = 105+54+156=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #69369C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69369C is #96C963. Grayscale: #505050. Windows color (decimal): -9881956 or 10237545. OLE color: 10237545.
HSL color Cylindrical-coordinate representation of color #69369C: hue angle of 270º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #69369C is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 54 | 156 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.39 |
| HSL | 270º | 0.49% | 0.41% | - |
| HSV(B) | 270º | 0.65% | 0.61% | - |
| XYZ | 13.15 | 8.04 | 32.31 | - |
| YUV | 80.88 | 170.4 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 54 | 156 | 0.33 | 0.65 | 0 | 0.39 | 270 | 0.49 | 0.41 |
| Hex | 69 | 36 | 9C | 21 | 41 | 0 | 27 | 10E | 31 | 29 |
| Octal | 151 | 66 | 234 | 41 | 101 | 0 | 47 | 416 | 61 | 51 |
| Binary | 1101001 | 110110 | 10011100 | 100001 | 1000001 | 0 | 100111 | 100001110 | 110001 | 101001 |
Color Harmonies of #69369C
Complementary color
Monochromatic Colors of #69369C
Black with #69369C
Text Example
Text Example
White with #69369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69369C; }
p { color: rgb(105,54,156); }
H1.HeaderClassName
{
color: #69369C;
}
.AnyTagClassName
{
color: #69369C;
}
</style>
background-color css
<style>
a { background-color: #69369C; }
a { background-color: rgb(105,54,156); }
div.DivClassName
{
background-color: #69369C;
}
.BgClassName
{
background-color: #69369C;
}
</style>
border-color css
<style>
span { border-color: #69369C; }
span { border-color: rgb(105,54,156); }
td.TdClassName
{
border-color: #69369C;
}
.TagClassName
{
border-color: #69369C;
}
</style>