Shades of Royal Purple #7838AF
Tints of Royal Purple #7838AF
RGB
CMYK
RGB Variations
Color information
#7838AF (or 0x7838AF) is known color: Royal Purple. HEX triplet: 78, 38 and AF. RGB value is (120,56,175). Sum of RGB (Red+Green+Blue) = 120+56+175=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #7838AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7838AF is #87C750. Grayscale: #585858. Windows color (decimal): -8898385 or 11483256. OLE color: 11483256.
HSL color Cylindrical-coordinate representation of color #7838AF: hue angle of 272.27º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7838AF is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 56 | 175 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.31 |
| HSL | 272.27º | 0.52% | 0.45% | - |
| HSV(B) | 272.27º | 0.68% | 0.69% | - |
| XYZ | 16.9 | 9.92 | 41.58 | - |
| YUV | 88.7 | 176.7 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 56 | 175 | 0.31 | 0.68 | 0 | 0.31 | 272.27 | 0.52 | 0.45 |
| Hex | 78 | 38 | AF | 1F | 44 | 0 | 1F | 110 | 34 | 2D |
| Octal | 170 | 70 | 257 | 37 | 104 | 0 | 37 | 420 | 64 | 55 |
| Binary | 1111000 | 111000 | 10101111 | 11111 | 1000100 | 0 | 11111 | 100010000 | 110100 | 101101 |
Color Harmonies of #7838AF
Complementary color
Monochromatic Colors of #7838AF
Black with #7838AF
Text Example
Text Example
White with #7838AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7838AF; }
p { color: rgb(120,56,175); }
H1.HeaderClassName
{
color: #7838AF;
}
.AnyTagClassName
{
color: #7838AF;
}
</style>
background-color css
<style>
a { background-color: #7838AF; }
a { background-color: rgb(120,56,175); }
div.DivClassName
{
background-color: #7838AF;
}
.BgClassName
{
background-color: #7838AF;
}
</style>
border-color css
<style>
span { border-color: #7838AF; }
span { border-color: rgb(120,56,175); }
td.TdClassName
{
border-color: #7838AF;
}
.TagClassName
{
border-color: #7838AF;
}
</style>