Shades of Han Purple #6314FD
Tints of Han Purple #6314FD
RGB
CMYK
RGB Variations
Color information
#6314FD (or 0x6314FD) is known color: Han Purple. HEX triplet: 63, 14 and FD. RGB value is (99,20,253). Sum of RGB (Red+Green+Blue) = 99+20+253=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 253 (99.22% from 255 or 68.01% from 372); Max value from RGB is 253 - color contains mainly: blue. Hex color #6314FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6314FD is #9CEB02. Grayscale: #454545. Windows color (decimal): -10283779 or 16585827. OLE color: 16585827.
HSL color Cylindrical-coordinate representation of color #6314FD: hue angle of 260.34º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6314FD is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 20 | 253 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.01 |
| HSL | 260.34º | 0.98% | 0.54% | - |
| HSV(B) | 260.34º | 0.92% | 0.99% | - |
| XYZ | 23.13 | 10.24 | 93.69 | - |
| YUV | 70.18 | 231.17 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 20 | 253 | 0.61 | 0.92 | 0 | 0.01 | 260.34 | 0.98 | 0.54 |
| Hex | 63 | 14 | FD | 3D | 5C | 0 | 1 | 104 | 62 | 36 |
| Octal | 143 | 24 | 375 | 75 | 134 | 0 | 1 | 404 | 142 | 66 |
| Binary | 1100011 | 10100 | 11111101 | 111101 | 1011100 | 0 | 1 | 100000100 | 1100010 | 110110 |
Color Harmonies of #6314FD
Complementary color
Monochromatic Colors of #6314FD
Black with #6314FD
Text Example
Text Example
White with #6314FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6314FD; }
p { color: rgb(99,20,253); }
H1.HeaderClassName
{
color: #6314FD;
}
.AnyTagClassName
{
color: #6314FD;
}
</style>
background-color css
<style>
a { background-color: #6314FD; }
a { background-color: rgb(99,20,253); }
div.DivClassName
{
background-color: #6314FD;
}
.BgClassName
{
background-color: #6314FD;
}
</style>
border-color css
<style>
span { border-color: #6314FD; }
span { border-color: rgb(99,20,253); }
td.TdClassName
{
border-color: #6314FD;
}
.TagClassName
{
border-color: #6314FD;
}
</style>