Shades of Han Purple #6319FE
Tints of Han Purple #6319FE
RGB
CMYK
RGB Variations
Color information
#6319FE (or 0x6319FE) is known color: Han Purple. HEX triplet: 63, 19 and FE. RGB value is (99,25,254). Sum of RGB (Red+Green+Blue) = 99+25+254=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #6319FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6319FE is #9CE601. Grayscale: #484848. Windows color (decimal): -10282498 or 16652643. OLE color: 16652643.
HSL color Cylindrical-coordinate representation of color #6319FE: hue angle of 259.39º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6319FE is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 25 | 254 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.00 |
| HSL | 259.39º | 0.99% | 0.55% | - |
| HSV(B) | 259.39º | 0.9% | 1% | - |
| XYZ | 23.38 | 10.5 | 94.56 | - |
| YUV | 73.23 | 230.02 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 25 | 254 | 0.61 | 0.90 | 0 | 0.00 | 259.39 | 0.99 | 0.55 |
| Hex | 63 | 19 | FE | 3D | 5A | 0 | 0 | 103 | 63 | 37 |
| Octal | 143 | 31 | 376 | 75 | 132 | 0 | 0 | 403 | 143 | 67 |
| Binary | 1100011 | 11001 | 11111110 | 111101 | 1011010 | 0 | 0 | 100000011 | 1100011 | 110111 |
Color Harmonies of #6319FE
Complementary color
Monochromatic Colors of #6319FE
Black with #6319FE
Text Example
Text Example
White with #6319FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6319FE; }
p { color: rgb(99,25,254); }
H1.HeaderClassName
{
color: #6319FE;
}
.AnyTagClassName
{
color: #6319FE;
}
</style>
background-color css
<style>
a { background-color: #6319FE; }
a { background-color: rgb(99,25,254); }
div.DivClassName
{
background-color: #6319FE;
}
.BgClassName
{
background-color: #6319FE;
}
</style>
border-color css
<style>
span { border-color: #6319FE; }
span { border-color: rgb(99,25,254); }
td.TdClassName
{
border-color: #6319FE;
}
.TagClassName
{
border-color: #6319FE;
}
</style>