Shades of Han Purple #6325FE
Tints of Han Purple #6325FE
RGB
CMYK
RGB Variations
Color information
#6325FE (or 0x6325FE) is known color: Han Purple. HEX triplet: 63, 25 and FE. RGB value is (99,37,254). Sum of RGB (Red+Green+Blue) = 99+37+254=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 254 (99.61% from 255 or 65.13% from 390); Max value from RGB is 254 - color contains mainly: blue. Hex color #6325FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6325FE is #9CDA01. Grayscale: #4F4F4F. Windows color (decimal): -10279426 or 16655715. OLE color: 16655715.
HSL color Cylindrical-coordinate representation of color #6325FE: hue angle of 257.14º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6325FE is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 37 | 254 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.00 |
| HSL | 257.14º | 0.99% | 0.57% | - |
| HSV(B) | 257.14º | 0.85% | 1% | - |
| XYZ | 23.7 | 11.13 | 94.67 | - |
| YUV | 80.28 | 226.04 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 37 | 254 | 0.61 | 0.85 | 0 | 0.00 | 257.14 | 0.99 | 0.57 |
| Hex | 63 | 25 | FE | 3D | 55 | 0 | 0 | 101 | 63 | 39 |
| Octal | 143 | 45 | 376 | 75 | 125 | 0 | 0 | 401 | 143 | 71 |
| Binary | 1100011 | 100101 | 11111110 | 111101 | 1010101 | 0 | 0 | 100000001 | 1100011 | 111001 |
Color Harmonies of #6325FE
Complementary color
Monochromatic Colors of #6325FE
Black with #6325FE
Text Example
Text Example
White with #6325FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6325FE; }
p { color: rgb(99,37,254); }
H1.HeaderClassName
{
color: #6325FE;
}
.AnyTagClassName
{
color: #6325FE;
}
</style>
background-color css
<style>
a { background-color: #6325FE; }
a { background-color: rgb(99,37,254); }
div.DivClassName
{
background-color: #6325FE;
}
.BgClassName
{
background-color: #6325FE;
}
</style>
border-color css
<style>
span { border-color: #6325FE; }
span { border-color: rgb(99,37,254); }
td.TdClassName
{
border-color: #6325FE;
}
.TagClassName
{
border-color: #6325FE;
}
</style>