Shades of Han Purple #6414FF
Tints of Han Purple #6414FF
RGB
CMYK
RGB Variations
Color information
#6414FF (or 0x6414FF) is known color: Han Purple. HEX triplet: 64, 14 and FF. RGB value is (100,20,255). Sum of RGB (Red+Green+Blue) = 100+20+255=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #6414FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6414FF is #9BEB00. Grayscale: #454545. Windows color (decimal): -10218241 or 16716900. OLE color: 16716900.
HSL color Cylindrical-coordinate representation of color #6414FF: hue angle of 260.43º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6414FF is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 20 | 255 | - |
| CMYK | 0.61 | 0.92 | 0 | 0 |
| HSL | 260.43º | 1% | 0.54% | - |
| HSV(B) | 260.43º | 0.92% | 1% | - |
| XYZ | 23.56 | 10.43 | 95.38 | - |
| YUV | 70.71 | 232 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 20 | 255 | 0.61 | 0.92 | 0 | 0 | 260.43 | 1 | 0.54 |
| Hex | 64 | 14 | FF | 3D | 5C | 0 | 0 | 104 | 64 | 36 |
| Octal | 144 | 24 | 377 | 75 | 134 | 0 | 0 | 404 | 144 | 66 |
| Binary | 1100100 | 10100 | 11111111 | 111101 | 1011100 | 0 | 0 | 100000100 | 1100100 | 110110 |
Color Harmonies of #6414FF
Complementary color
Monochromatic Colors of #6414FF
Black with #6414FF
Text Example
Text Example
White with #6414FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6414FF; }
p { color: rgb(100,20,255); }
H1.HeaderClassName
{
color: #6414FF;
}
.AnyTagClassName
{
color: #6414FF;
}
</style>
background-color css
<style>
a { background-color: #6414FF; }
a { background-color: rgb(100,20,255); }
div.DivClassName
{
background-color: #6414FF;
}
.BgClassName
{
background-color: #6414FF;
}
</style>
border-color css
<style>
span { border-color: #6414FF; }
span { border-color: rgb(100,20,255); }
td.TdClassName
{
border-color: #6414FF;
}
.TagClassName
{
border-color: #6414FF;
}
</style>