Shades of Han Purple #6225FE
Tints of Han Purple #6225FE
RGB
CMYK
RGB Variations
Color information
#6225FE (or 0x6225FE) is known color: Han Purple. HEX triplet: 62, 25 and FE. RGB value is (98,37,254). Sum of RGB (Red+Green+Blue) = 98+37+254=389 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.19% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #6225FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6225FE is #9DDA01. Grayscale: #4F4F4F. Windows color (decimal): -10344962 or 16655714. OLE color: 16655714.
HSL color Cylindrical-coordinate representation of color #6225FE: hue angle of 256.87º 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 #6225FE is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 37 | 254 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.00 |
| HSL | 256.87º | 0.99% | 0.57% | - |
| HSV(B) | 256.87º | 0.85% | 1% | - |
| XYZ | 23.59 | 11.08 | 94.66 | - |
| YUV | 79.98 | 226.21 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 37 | 254 | 0.61 | 0.85 | 0 | 0.00 | 256.87 | 0.99 | 0.57 |
| Hex | 62 | 25 | FE | 3D | 55 | 0 | 0 | 101 | 63 | 39 |
| Octal | 142 | 45 | 376 | 75 | 125 | 0 | 0 | 401 | 143 | 71 |
| Binary | 1100010 | 100101 | 11111110 | 111101 | 1010101 | 0 | 0 | 100000001 | 1100011 | 111001 |
Color Harmonies of #6225FE
Complementary color
Monochromatic Colors of #6225FE
Black with #6225FE
Text Example
Text Example
White with #6225FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6225FE; }
p { color: rgb(98,37,254); }
H1.HeaderClassName
{
color: #6225FE;
}
.AnyTagClassName
{
color: #6225FE;
}
</style>
background-color css
<style>
a { background-color: #6225FE; }
a { background-color: rgb(98,37,254); }
div.DivClassName
{
background-color: #6225FE;
}
.BgClassName
{
background-color: #6225FE;
}
</style>
border-color css
<style>
span { border-color: #6225FE; }
span { border-color: rgb(98,37,254); }
td.TdClassName
{
border-color: #6225FE;
}
.TagClassName
{
border-color: #6225FE;
}
</style>