Shades of Han Purple #6232EA
Tints of Han Purple #6232EA
RGB
CMYK
RGB Variations
Color information
#6232EA (or 0x6232EA) is known color: Han Purple. HEX triplet: 62, 32 and EA. RGB value is (98,50,234). Sum of RGB (Red+Green+Blue) = 98+50+234=382 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.65% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #6232EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6232EA is #9DCD15. Grayscale: #545454. Windows color (decimal): -10341654 or 15348322. OLE color: 15348322.
HSL color Cylindrical-coordinate representation of color #6232EA: hue angle of 255.65º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6232EA is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 50 | 234 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.08 |
| HSL | 255.65º | 0.81% | 0.56% | - |
| HSV(B) | 255.65º | 0.79% | 0.92% | - |
| XYZ | 21.03 | 10.82 | 78.82 | - |
| YUV | 85.33 | 211.9 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 50 | 234 | 0.58 | 0.79 | 0 | 0.08 | 255.65 | 0.81 | 0.56 |
| Hex | 62 | 32 | EA | 3A | 4F | 0 | 8 | 100 | 51 | 38 |
| Octal | 142 | 62 | 352 | 72 | 117 | 0 | 10 | 400 | 121 | 70 |
| Binary | 1100010 | 110010 | 11101010 | 111010 | 1001111 | 0 | 1000 | 100000000 | 1010001 | 111000 |
Color Harmonies of #6232EA
Complementary color
Monochromatic Colors of #6232EA
Black with #6232EA
Text Example
Text Example
White with #6232EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6232EA; }
p { color: rgb(98,50,234); }
H1.HeaderClassName
{
color: #6232EA;
}
.AnyTagClassName
{
color: #6232EA;
}
</style>
background-color css
<style>
a { background-color: #6232EA; }
a { background-color: rgb(98,50,234); }
div.DivClassName
{
background-color: #6232EA;
}
.BgClassName
{
background-color: #6232EA;
}
</style>
border-color css
<style>
span { border-color: #6232EA; }
span { border-color: rgb(98,50,234); }
td.TdClassName
{
border-color: #6232EA;
}
.TagClassName
{
border-color: #6232EA;
}
</style>