Shades of Han Purple #6313FD
Tints of Han Purple #6313FD
RGB
CMYK
RGB Variations
Color information
#6313FD (or 0x6313FD) is known color: Han Purple. HEX triplet: 63, 13 and FD. RGB value is (99,19,253). Sum of RGB (Red+Green+Blue) = 99+19+253=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 253 (99.22% from 255 or 68.19% from 371); Max value from RGB is 253 - color contains mainly: blue. Hex color #6313FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6313FD is #9CEC02. Grayscale: #444444. Windows color (decimal): -10284035 or 16585571. OLE color: 16585571.
HSL color Cylindrical-coordinate representation of color #6313FD: hue angle of 260.51º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6313FD is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 19 | 253 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.01 |
| HSL | 260.51º | 0.98% | 0.53% | - |
| HSV(B) | 260.51º | 0.92% | 0.99% | - |
| XYZ | 23.11 | 10.21 | 93.68 | - |
| YUV | 69.6 | 231.5 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 19 | 253 | 0.61 | 0.92 | 0 | 0.01 | 260.51 | 0.98 | 0.53 |
| Hex | 63 | 13 | FD | 3D | 5C | 0 | 1 | 105 | 62 | 35 |
| Octal | 143 | 23 | 375 | 75 | 134 | 0 | 1 | 405 | 142 | 65 |
| Binary | 1100011 | 10011 | 11111101 | 111101 | 1011100 | 0 | 1 | 100000101 | 1100010 | 110101 |
Color Harmonies of #6313FD
Complementary color
Monochromatic Colors of #6313FD
Black with #6313FD
Text Example
Text Example
White with #6313FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6313FD; }
p { color: rgb(99,19,253); }
H1.HeaderClassName
{
color: #6313FD;
}
.AnyTagClassName
{
color: #6313FD;
}
</style>
background-color css
<style>
a { background-color: #6313FD; }
a { background-color: rgb(99,19,253); }
div.DivClassName
{
background-color: #6313FD;
}
.BgClassName
{
background-color: #6313FD;
}
</style>
border-color css
<style>
span { border-color: #6313FD; }
span { border-color: rgb(99,19,253); }
td.TdClassName
{
border-color: #6313FD;
}
.TagClassName
{
border-color: #6313FD;
}
</style>