Shades of Royal Purple #6927A4
Tints of Royal Purple #6927A4
RGB
CMYK
RGB Variations
Color information
#6927A4 (or 0x6927A4) is known color: Royal Purple. HEX triplet: 69, 27 and A4. RGB value is (105,39,164). Sum of RGB (Red+Green+Blue) = 105+39+164=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 164 (64.45% from 255 or 53.25% from 308); Max value from RGB is 164 - color contains mainly: blue. Hex color #6927A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6927A4 is #96D85B. Grayscale: #484848. Windows color (decimal): -9885788 or 10757993. OLE color: 10757993.
HSL color Cylindrical-coordinate representation of color #6927A4: hue angle of 271.68º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6927A4 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 39 | 164 | - |
| CMYK | 0.36 | 0.76 | 0 | 0.36 |
| HSL | 271.68º | 0.62% | 0.4% | - |
| HSV(B) | 271.68º | 0.76% | 0.64% | - |
| XYZ | 13.25 | 7.13 | 35.8 | - |
| YUV | 72.98 | 179.37 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 39 | 164 | 0.36 | 0.76 | 0 | 0.36 | 271.68 | 0.62 | 0.4 |
| Hex | 69 | 27 | A4 | 24 | 4C | 0 | 24 | 110 | 3E | 28 |
| Octal | 151 | 47 | 244 | 44 | 114 | 0 | 44 | 420 | 76 | 50 |
| Binary | 1101001 | 100111 | 10100100 | 100100 | 1001100 | 0 | 100100 | 100010000 | 111110 | 101000 |
Color Harmonies of #6927A4
Complementary color
Monochromatic Colors of #6927A4
Black with #6927A4
Text Example
Text Example
White with #6927A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6927A4; }
p { color: rgb(105,39,164); }
H1.HeaderClassName
{
color: #6927A4;
}
.AnyTagClassName
{
color: #6927A4;
}
</style>
background-color css
<style>
a { background-color: #6927A4; }
a { background-color: rgb(105,39,164); }
div.DivClassName
{
background-color: #6927A4;
}
.BgClassName
{
background-color: #6927A4;
}
</style>
border-color css
<style>
span { border-color: #6927A4; }
span { border-color: rgb(105,39,164); }
td.TdClassName
{
border-color: #6927A4;
}
.TagClassName
{
border-color: #6927A4;
}
</style>