Shades of Han Purple #6213FB
Tints of Han Purple #6213FB
RGB
CMYK
RGB Variations
Color information
#6213FB (or 0x6213FB) is known color: Han Purple. HEX triplet: 62, 13 and FB. RGB value is (98,19,251). Sum of RGB (Red+Green+Blue) = 98+19+251=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 251 (98.44% from 255 or 68.21% from 368); Max value from RGB is 251 - color contains mainly: blue. Hex color #6213FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6213FB is #9DEC04. Grayscale: #444444. Windows color (decimal): -10349573 or 16454498. OLE color: 16454498.
HSL color Cylindrical-coordinate representation of color #6213FB: hue angle of 260.43º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6213FB is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 19 | 251 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.02 |
| HSL | 260.43º | 0.97% | 0.53% | - |
| HSV(B) | 260.43º | 0.92% | 0.98% | - |
| XYZ | 22.68 | 10.03 | 92.01 | - |
| YUV | 69.07 | 230.67 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 19 | 251 | 0.61 | 0.92 | 0 | 0.02 | 260.43 | 0.97 | 0.53 |
| Hex | 62 | 13 | FB | 3D | 5C | 0 | 2 | 104 | 61 | 35 |
| Octal | 142 | 23 | 373 | 75 | 134 | 0 | 2 | 404 | 141 | 65 |
| Binary | 1100010 | 10011 | 11111011 | 111101 | 1011100 | 0 | 10 | 100000100 | 1100001 | 110101 |
Color Harmonies of #6213FB
Complementary color
Monochromatic Colors of #6213FB
Black with #6213FB
Text Example
Text Example
White with #6213FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6213FB; }
p { color: rgb(98,19,251); }
H1.HeaderClassName
{
color: #6213FB;
}
.AnyTagClassName
{
color: #6213FB;
}
</style>
background-color css
<style>
a { background-color: #6213FB; }
a { background-color: rgb(98,19,251); }
div.DivClassName
{
background-color: #6213FB;
}
.BgClassName
{
background-color: #6213FB;
}
</style>
border-color css
<style>
span { border-color: #6213FB; }
span { border-color: rgb(98,19,251); }
td.TdClassName
{
border-color: #6213FB;
}
.TagClassName
{
border-color: #6213FB;
}
</style>