Shades of Royal Purple #69379C
Tints of Royal Purple #69379C
RGB
CMYK
RGB Variations
Color information
#69379C (or 0x69379C) is known color: Royal Purple. HEX triplet: 69, 37 and 9C. RGB value is (105,55,156). Sum of RGB (Red+Green+Blue) = 105+55+156=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #69379C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69379C is #96C863. Grayscale: #515151. Windows color (decimal): -9881700 or 10237801. OLE color: 10237801.
HSL color Cylindrical-coordinate representation of color #69379C: hue angle of 269.7º degrees, saturation: 0.48, 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 #69379C is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 55 | 156 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.39 |
| HSL | 269.7º | 0.48% | 0.41% | - |
| HSV(B) | 269.7º | 0.65% | 0.61% | - |
| XYZ | 13.19 | 8.14 | 32.33 | - |
| YUV | 81.46 | 170.07 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 55 | 156 | 0.33 | 0.65 | 0 | 0.39 | 269.7 | 0.48 | 0.41 |
| Hex | 69 | 37 | 9C | 21 | 41 | 0 | 27 | 10E | 30 | 29 |
| Octal | 151 | 67 | 234 | 41 | 101 | 0 | 47 | 416 | 60 | 51 |
| Binary | 1101001 | 110111 | 10011100 | 100001 | 1000001 | 0 | 100111 | 100001110 | 110000 | 101001 |
Color Harmonies of #69379C
Complementary color
Monochromatic Colors of #69379C
Black with #69379C
Text Example
Text Example
White with #69379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69379C; }
p { color: rgb(105,55,156); }
H1.HeaderClassName
{
color: #69379C;
}
.AnyTagClassName
{
color: #69379C;
}
</style>
background-color css
<style>
a { background-color: #69379C; }
a { background-color: rgb(105,55,156); }
div.DivClassName
{
background-color: #69379C;
}
.BgClassName
{
background-color: #69379C;
}
</style>
border-color css
<style>
span { border-color: #69379C; }
span { border-color: rgb(105,55,156); }
td.TdClassName
{
border-color: #69379C;
}
.TagClassName
{
border-color: #69379C;
}
</style>