Shades of Han Purple #6234ED
Tints of Han Purple #6234ED
RGB
CMYK
RGB Variations
Color information
#6234ED (or 0x6234ED) is known color: Han Purple. HEX triplet: 62, 34 and ED. RGB value is (98,52,237). Sum of RGB (Red+Green+Blue) = 98+52+237=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #6234ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6234ED is #9DCB12. Grayscale: #565656. Windows color (decimal): -10341139 or 15545442. OLE color: 15545442.
HSL color Cylindrical-coordinate representation of color #6234ED: hue angle of 254.92º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6234ED is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 52 | 237 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.07 |
| HSL | 254.92º | 0.84% | 0.57% | - |
| HSV(B) | 254.92º | 0.78% | 0.93% | - |
| XYZ | 21.55 | 11.17 | 81.14 | - |
| YUV | 86.84 | 212.74 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 52 | 237 | 0.59 | 0.78 | 0 | 0.07 | 254.92 | 0.84 | 0.57 |
| Hex | 62 | 34 | ED | 3B | 4E | 0 | 7 | FF | 54 | 39 |
| Octal | 142 | 64 | 355 | 73 | 116 | 0 | 7 | 377 | 124 | 71 |
| Binary | 1100010 | 110100 | 11101101 | 111011 | 1001110 | 0 | 111 | 11111111 | 1010100 | 111001 |
Color Harmonies of #6234ED
Complementary color
Monochromatic Colors of #6234ED
Black with #6234ED
Text Example
Text Example
White with #6234ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6234ED; }
p { color: rgb(98,52,237); }
H1.HeaderClassName
{
color: #6234ED;
}
.AnyTagClassName
{
color: #6234ED;
}
</style>
background-color css
<style>
a { background-color: #6234ED; }
a { background-color: rgb(98,52,237); }
div.DivClassName
{
background-color: #6234ED;
}
.BgClassName
{
background-color: #6234ED;
}
</style>
border-color css
<style>
span { border-color: #6234ED; }
span { border-color: rgb(98,52,237); }
td.TdClassName
{
border-color: #6234ED;
}
.TagClassName
{
border-color: #6234ED;
}
</style>