Shades of Han Purple #6230FE
Tints of Han Purple #6230FE
RGB
CMYK
RGB Variations
Color information
#6230FE (or 0x6230FE) is known color: Han Purple. HEX triplet: 62, 30 and FE. RGB value is (98,48,254). Sum of RGB (Red+Green+Blue) = 98+48+254=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #6230FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6230FE is #9DCF01. Grayscale: #555555. Windows color (decimal): -10342146 or 16658530. OLE color: 16658530.
HSL color Cylindrical-coordinate representation of color #6230FE: hue angle of 254.56º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6230FE is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 48 | 254 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.00 |
| HSL | 254.56º | 0.99% | 0.59% | - |
| HSV(B) | 254.56º | 0.81% | 1% | - |
| XYZ | 23.98 | 11.87 | 94.79 | - |
| YUV | 86.43 | 222.57 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 48 | 254 | 0.61 | 0.81 | 0 | 0.00 | 254.56 | 0.99 | 0.59 |
| Hex | 62 | 30 | FE | 3D | 51 | 0 | 0 | FF | 63 | 3B |
| Octal | 142 | 60 | 376 | 75 | 121 | 0 | 0 | 377 | 143 | 73 |
| Binary | 1100010 | 110000 | 11111110 | 111101 | 1010001 | 0 | 0 | 11111111 | 1100011 | 111011 |
Color Harmonies of #6230FE
Complementary color
Monochromatic Colors of #6230FE
Black with #6230FE
Text Example
Text Example
White with #6230FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6230FE; }
p { color: rgb(98,48,254); }
H1.HeaderClassName
{
color: #6230FE;
}
.AnyTagClassName
{
color: #6230FE;
}
</style>
background-color css
<style>
a { background-color: #6230FE; }
a { background-color: rgb(98,48,254); }
div.DivClassName
{
background-color: #6230FE;
}
.BgClassName
{
background-color: #6230FE;
}
</style>
border-color css
<style>
span { border-color: #6230FE; }
span { border-color: rgb(98,48,254); }
td.TdClassName
{
border-color: #6230FE;
}
.TagClassName
{
border-color: #6230FE;
}
</style>