Shades of Han Purple #6333FE
Tints of Han Purple #6333FE
RGB
CMYK
RGB Variations
Color information
#6333FE (or 0x6333FE) is known color: Han Purple. HEX triplet: 63, 33 and FE. RGB value is (99,51,254). Sum of RGB (Red+Green+Blue) = 99+51+254=404 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.50% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #6333FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6333FE is #9CCC01. Grayscale: #575757. Windows color (decimal): -10275842 or 16659299. OLE color: 16659299.
HSL color Cylindrical-coordinate representation of color #6333FE: hue angle of 254.19º 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 #6333FE is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 51 | 254 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.00 |
| HSL | 254.19º | 0.99% | 0.6% | - |
| HSV(B) | 254.19º | 0.8% | 1% | - |
| XYZ | 24.22 | 12.18 | 94.84 | - |
| YUV | 88.49 | 221.4 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 51 | 254 | 0.61 | 0.80 | 0 | 0.00 | 254.19 | 0.99 | 0.6 |
| Hex | 63 | 33 | FE | 3D | 50 | 0 | 0 | FE | 63 | 3C |
| Octal | 143 | 63 | 376 | 75 | 120 | 0 | 0 | 376 | 143 | 74 |
| Binary | 1100011 | 110011 | 11111110 | 111101 | 1010000 | 0 | 0 | 11111110 | 1100011 | 111100 |
Color Harmonies of #6333FE
Complementary color
Monochromatic Colors of #6333FE
Black with #6333FE
Text Example
Text Example
White with #6333FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6333FE; }
p { color: rgb(99,51,254); }
H1.HeaderClassName
{
color: #6333FE;
}
.AnyTagClassName
{
color: #6333FE;
}
</style>
background-color css
<style>
a { background-color: #6333FE; }
a { background-color: rgb(99,51,254); }
div.DivClassName
{
background-color: #6333FE;
}
.BgClassName
{
background-color: #6333FE;
}
</style>
border-color css
<style>
span { border-color: #6333FE; }
span { border-color: rgb(99,51,254); }
td.TdClassName
{
border-color: #6333FE;
}
.TagClassName
{
border-color: #6333FE;
}
</style>