Shades of Han Purple #6319DF
Tints of Han Purple #6319DF
RGB
CMYK
RGB Variations
Color information
#6319DF (or 0x6319DF) is known color: Han Purple. HEX triplet: 63, 19 and DF. RGB value is (99,25,223). Sum of RGB (Red+Green+Blue) = 99+25+223=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #6319DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6319DF is #9CE620. Grayscale: #444444. Windows color (decimal): -10282529 or 14621027. OLE color: 14621027.
HSL color Cylindrical-coordinate representation of color #6319DF: hue angle of 262.42º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6319DF is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 25 | 223 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.13 |
| HSL | 262.42º | 0.8% | 0.49% | - |
| HSV(B) | 262.42º | 0.89% | 0.87% | - |
| XYZ | 18.81 | 8.68 | 70.5 | - |
| YUV | 69.7 | 214.52 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 25 | 223 | 0.56 | 0.89 | 0 | 0.13 | 262.42 | 0.8 | 0.49 |
| Hex | 63 | 19 | DF | 38 | 59 | 0 | D | 106 | 50 | 31 |
| Octal | 143 | 31 | 337 | 70 | 131 | 0 | 15 | 406 | 120 | 61 |
| Binary | 1100011 | 11001 | 11011111 | 111000 | 1011001 | 0 | 1101 | 100000110 | 1010000 | 110001 |
Color Harmonies of #6319DF
Complementary color
Monochromatic Colors of #6319DF
Black with #6319DF
Text Example
Text Example
White with #6319DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6319DF; }
p { color: rgb(99,25,223); }
H1.HeaderClassName
{
color: #6319DF;
}
.AnyTagClassName
{
color: #6319DF;
}
</style>
background-color css
<style>
a { background-color: #6319DF; }
a { background-color: rgb(99,25,223); }
div.DivClassName
{
background-color: #6319DF;
}
.BgClassName
{
background-color: #6319DF;
}
</style>
border-color css
<style>
span { border-color: #6319DF; }
span { border-color: rgb(99,25,223); }
td.TdClassName
{
border-color: #6319DF;
}
.TagClassName
{
border-color: #6319DF;
}
</style>