Shades of Royal Purple #683395
Tints of Royal Purple #683395
RGB
CMYK
RGB Variations
Color information
#683395 (or 0x683395) is known color: Royal Purple. HEX triplet: 68, 33 and 95. RGB value is (104,51,149). Sum of RGB (Red+Green+Blue) = 104+51+149=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #683395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683395 is #97CC6A. Grayscale: #4D4D4D. Windows color (decimal): -9948267 or 9778024. OLE color: 9778024.
HSL color Cylindrical-coordinate representation of color #683395: hue angle of 272.45º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #683395 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 51 | 149 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.42 |
| HSL | 272.45º | 0.49% | 0.39% | - |
| HSV(B) | 272.45º | 0.66% | 0.58% | - |
| XYZ | 12.32 | 7.48 | 29.23 | - |
| YUV | 78.02 | 168.06 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 149 | 0.30 | 0.66 | 0 | 0.42 | 272.45 | 0.49 | 0.39 |
| Hex | 68 | 33 | 95 | 1E | 42 | 0 | 2A | 110 | 31 | 27 |
| Octal | 150 | 63 | 225 | 36 | 102 | 0 | 52 | 420 | 61 | 47 |
| Binary | 1101000 | 110011 | 10010101 | 11110 | 1000010 | 0 | 101010 | 100010000 | 110001 | 100111 |
Color Harmonies of #683395
Complementary color
Monochromatic Colors of #683395
Black with #683395
Text Example
Text Example
White with #683395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683395; }
p { color: rgb(104,51,149); }
H1.HeaderClassName
{
color: #683395;
}
.AnyTagClassName
{
color: #683395;
}
</style>
background-color css
<style>
a { background-color: #683395; }
a { background-color: rgb(104,51,149); }
div.DivClassName
{
background-color: #683395;
}
.BgClassName
{
background-color: #683395;
}
</style>
border-color css
<style>
span { border-color: #683395; }
span { border-color: rgb(104,51,149); }
td.TdClassName
{
border-color: #683395;
}
.TagClassName
{
border-color: #683395;
}
</style>