Shades of Han Purple #6334FE
Tints of Han Purple #6334FE
RGB
CMYK
RGB Variations
Color information
#6334FE (or 0x6334FE) is known color: Han Purple. HEX triplet: 63, 34 and FE. RGB value is (99,52,254). Sum of RGB (Red+Green+Blue) = 99+52+254=405 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.44% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #6334FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6334FE is #9CCB01. Grayscale: #585858. Windows color (decimal): -10275586 or 16659555. OLE color: 16659555.
HSL color Cylindrical-coordinate representation of color #6334FE: hue angle of 253.96º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6334FE is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 52 | 254 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.00 |
| HSL | 253.96º | 0.99% | 0.6% | - |
| HSV(B) | 253.96º | 0.8% | 1% | - |
| XYZ | 24.26 | 12.26 | 94.85 | - |
| YUV | 89.08 | 221.07 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 52 | 254 | 0.61 | 0.80 | 0 | 0.00 | 253.96 | 0.99 | 0.6 |
| Hex | 63 | 34 | FE | 3D | 50 | 0 | 0 | FE | 63 | 3C |
| Octal | 143 | 64 | 376 | 75 | 120 | 0 | 0 | 376 | 143 | 74 |
| Binary | 1100011 | 110100 | 11111110 | 111101 | 1010000 | 0 | 0 | 11111110 | 1100011 | 111100 |
Color Harmonies of #6334FE
Complementary color
Monochromatic Colors of #6334FE
Black with #6334FE
Text Example
Text Example
White with #6334FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6334FE; }
p { color: rgb(99,52,254); }
H1.HeaderClassName
{
color: #6334FE;
}
.AnyTagClassName
{
color: #6334FE;
}
</style>
background-color css
<style>
a { background-color: #6334FE; }
a { background-color: rgb(99,52,254); }
div.DivClassName
{
background-color: #6334FE;
}
.BgClassName
{
background-color: #6334FE;
}
</style>
border-color css
<style>
span { border-color: #6334FE; }
span { border-color: rgb(99,52,254); }
td.TdClassName
{
border-color: #6334FE;
}
.TagClassName
{
border-color: #6334FE;
}
</style>