Shades of Han Purple #6314FC
Tints of Han Purple #6314FC
RGB
CMYK
RGB Variations
Color information
#6314FC (or 0x6314FC) is known color: Han Purple. HEX triplet: 63, 14 and FC. RGB value is (99,20,252). Sum of RGB (Red+Green+Blue) = 99+20+252=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #6314FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6314FC is #9CEB03. Grayscale: #454545. Windows color (decimal): -10283780 or 16520291. OLE color: 16520291.
HSL color Cylindrical-coordinate representation of color #6314FC: hue angle of 260.43º degrees, saturation: 0.97, 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 #6314FC is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 20 | 252 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.01 |
| HSL | 260.43º | 0.97% | 0.53% | - |
| HSV(B) | 260.43º | 0.92% | 0.99% | - |
| XYZ | 22.97 | 10.18 | 92.85 | - |
| YUV | 70.07 | 230.67 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 20 | 252 | 0.61 | 0.92 | 0 | 0.01 | 260.43 | 0.97 | 0.53 |
| Hex | 63 | 14 | FC | 3D | 5C | 0 | 1 | 104 | 61 | 35 |
| Octal | 143 | 24 | 374 | 75 | 134 | 0 | 1 | 404 | 141 | 65 |
| Binary | 1100011 | 10100 | 11111100 | 111101 | 1011100 | 0 | 1 | 100000100 | 1100001 | 110101 |
Color Harmonies of #6314FC
Complementary color
Monochromatic Colors of #6314FC
Black with #6314FC
Text Example
Text Example
White with #6314FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6314FC; }
p { color: rgb(99,20,252); }
H1.HeaderClassName
{
color: #6314FC;
}
.AnyTagClassName
{
color: #6314FC;
}
</style>
background-color css
<style>
a { background-color: #6314FC; }
a { background-color: rgb(99,20,252); }
div.DivClassName
{
background-color: #6314FC;
}
.BgClassName
{
background-color: #6314FC;
}
</style>
border-color css
<style>
span { border-color: #6314FC; }
span { border-color: rgb(99,20,252); }
td.TdClassName
{
border-color: #6314FC;
}
.TagClassName
{
border-color: #6314FC;
}
</style>