Shades of Royal Purple #6239AF
Tints of Royal Purple #6239AF
RGB
CMYK
RGB Variations
Color information
#6239AF (or 0x6239AF) is known color: Royal Purple. HEX triplet: 62, 39 and AF. RGB value is (98,57,175). Sum of RGB (Red+Green+Blue) = 98+57+175=330 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.70% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #6239AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6239AF is #9DC650. Grayscale: #525252. Windows color (decimal): -10339921 or 11483490. OLE color: 11483490.
HSL color Cylindrical-coordinate representation of color #6239AF: hue angle of 260.85º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6239AF is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 57 | 175 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.31 |
| HSL | 260.85º | 0.51% | 0.45% | - |
| HSV(B) | 260.85º | 0.67% | 0.69% | - |
| XYZ | 14.24 | 8.62 | 41.47 | - |
| YUV | 82.71 | 180.08 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 57 | 175 | 0.44 | 0.67 | 0 | 0.31 | 260.85 | 0.51 | 0.45 |
| Hex | 62 | 39 | AF | 2C | 43 | 0 | 1F | 105 | 33 | 2D |
| Octal | 142 | 71 | 257 | 54 | 103 | 0 | 37 | 405 | 63 | 55 |
| Binary | 1100010 | 111001 | 10101111 | 101100 | 1000011 | 0 | 11111 | 100000101 | 110011 | 101101 |
Color Harmonies of #6239AF
Complementary color
Monochromatic Colors of #6239AF
Black with #6239AF
Text Example
Text Example
White with #6239AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6239AF; }
p { color: rgb(98,57,175); }
H1.HeaderClassName
{
color: #6239AF;
}
.AnyTagClassName
{
color: #6239AF;
}
</style>
background-color css
<style>
a { background-color: #6239AF; }
a { background-color: rgb(98,57,175); }
div.DivClassName
{
background-color: #6239AF;
}
.BgClassName
{
background-color: #6239AF;
}
</style>
border-color css
<style>
span { border-color: #6239AF; }
span { border-color: rgb(98,57,175); }
td.TdClassName
{
border-color: #6239AF;
}
.TagClassName
{
border-color: #6239AF;
}
</style>