Shades of Royal Purple #69379B
Tints of Royal Purple #69379B
RGB
CMYK
RGB Variations
Color information
#69379B (or 0x69379B) is known color: Royal Purple. HEX triplet: 69, 37 and 9B. RGB value is (105,55,155). Sum of RGB (Red+Green+Blue) = 105+55+155=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #69379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69379B is #96C864. Grayscale: #515151. Windows color (decimal): -9881701 or 10172265. OLE color: 10172265.
HSL color Cylindrical-coordinate representation of color #69379B: hue angle of 270º 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 #69379B is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 55 | 155 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.39 |
| HSL | 270º | 0.48% | 0.41% | - |
| HSV(B) | 270º | 0.65% | 0.61% | - |
| XYZ | 13.11 | 8.1 | 31.88 | - |
| YUV | 81.35 | 169.57 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 55 | 155 | 0.32 | 0.65 | 0 | 0.39 | 270 | 0.48 | 0.41 |
| Hex | 69 | 37 | 9B | 20 | 41 | 0 | 27 | 10E | 30 | 29 |
| Octal | 151 | 67 | 233 | 40 | 101 | 0 | 47 | 416 | 60 | 51 |
| Binary | 1101001 | 110111 | 10011011 | 100000 | 1000001 | 0 | 100111 | 100001110 | 110000 | 101001 |
Color Harmonies of #69379B
Complementary color
Monochromatic Colors of #69379B
Black with #69379B
Text Example
Text Example
White with #69379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69379B; }
p { color: rgb(105,55,155); }
H1.HeaderClassName
{
color: #69379B;
}
.AnyTagClassName
{
color: #69379B;
}
</style>
background-color css
<style>
a { background-color: #69379B; }
a { background-color: rgb(105,55,155); }
div.DivClassName
{
background-color: #69379B;
}
.BgClassName
{
background-color: #69379B;
}
</style>
border-color css
<style>
span { border-color: #69379B; }
span { border-color: rgb(105,55,155); }
td.TdClassName
{
border-color: #69379B;
}
.TagClassName
{
border-color: #69379B;
}
</style>