Shades of Han Purple #6316FD
Tints of Han Purple #6316FD
RGB
CMYK
RGB Variations
Color information
#6316FD (or 0x6316FD) is known color: Han Purple. HEX triplet: 63, 16 and FD. RGB value is (99,22,253). Sum of RGB (Red+Green+Blue) = 99+22+253=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 253 (99.22% from 255 or 67.65% from 374); Max value from RGB is 253 - color contains mainly: blue. Hex color #6316FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6316FD is #9CE902. Grayscale: #464646. Windows color (decimal): -10283267 or 16586339. OLE color: 16586339.
HSL color Cylindrical-coordinate representation of color #6316FD: hue angle of 260º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6316FD is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 22 | 253 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.01 |
| HSL | 260º | 0.98% | 0.54% | - |
| HSV(B) | 260º | 0.91% | 0.99% | - |
| XYZ | 23.16 | 10.32 | 93.7 | - |
| YUV | 71.36 | 230.51 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 22 | 253 | 0.61 | 0.91 | 0 | 0.01 | 260 | 0.98 | 0.54 |
| Hex | 63 | 16 | FD | 3D | 5B | 0 | 1 | 104 | 62 | 36 |
| Octal | 143 | 26 | 375 | 75 | 133 | 0 | 1 | 404 | 142 | 66 |
| Binary | 1100011 | 10110 | 11111101 | 111101 | 1011011 | 0 | 1 | 100000100 | 1100010 | 110110 |
Color Harmonies of #6316FD
Complementary color
Monochromatic Colors of #6316FD
Black with #6316FD
Text Example
Text Example
White with #6316FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6316FD; }
p { color: rgb(99,22,253); }
H1.HeaderClassName
{
color: #6316FD;
}
.AnyTagClassName
{
color: #6316FD;
}
</style>
background-color css
<style>
a { background-color: #6316FD; }
a { background-color: rgb(99,22,253); }
div.DivClassName
{
background-color: #6316FD;
}
.BgClassName
{
background-color: #6316FD;
}
</style>
border-color css
<style>
span { border-color: #6316FD; }
span { border-color: rgb(99,22,253); }
td.TdClassName
{
border-color: #6316FD;
}
.TagClassName
{
border-color: #6316FD;
}
</style>