Shades of Han Purple #6237FA
Tints of Han Purple #6237FA
RGB
CMYK
RGB Variations
Color information
#6237FA (or 0x6237FA) is known color: Han Purple. HEX triplet: 62, 37 and FA. RGB value is (98,55,250). Sum of RGB (Red+Green+Blue) = 98+55+250=403 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.32% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #6237FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6237FA is #9DC805. Grayscale: #595959. Windows color (decimal): -10340358 or 16398178. OLE color: 16398178.
HSL color Cylindrical-coordinate representation of color #6237FA: hue angle of 253.23º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6237FA is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 55 | 250 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.02 |
| HSL | 253.23º | 0.95% | 0.6% | - |
| HSV(B) | 253.23º | 0.78% | 0.98% | - |
| XYZ | 23.66 | 12.23 | 91.56 | - |
| YUV | 90.09 | 218.25 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 55 | 250 | 0.61 | 0.78 | 0 | 0.02 | 253.23 | 0.95 | 0.6 |
| Hex | 62 | 37 | FA | 3D | 4E | 0 | 2 | FD | 5F | 3C |
| Octal | 142 | 67 | 372 | 75 | 116 | 0 | 2 | 375 | 137 | 74 |
| Binary | 1100010 | 110111 | 11111010 | 111101 | 1001110 | 0 | 10 | 11111101 | 1011111 | 111100 |
Color Harmonies of #6237FA
Complementary color
Monochromatic Colors of #6237FA
Black with #6237FA
Text Example
Text Example
White with #6237FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6237FA; }
p { color: rgb(98,55,250); }
H1.HeaderClassName
{
color: #6237FA;
}
.AnyTagClassName
{
color: #6237FA;
}
</style>
background-color css
<style>
a { background-color: #6237FA; }
a { background-color: rgb(98,55,250); }
div.DivClassName
{
background-color: #6237FA;
}
.BgClassName
{
background-color: #6237FA;
}
</style>
border-color css
<style>
span { border-color: #6237FA; }
span { border-color: rgb(98,55,250); }
td.TdClassName
{
border-color: #6237FA;
}
.TagClassName
{
border-color: #6237FA;
}
</style>