Shades of Han Purple #6230EE
Tints of Han Purple #6230EE
RGB
CMYK
RGB Variations
Color information
#6230EE (or 0x6230EE) is known color: Han Purple. HEX triplet: 62, 30 and EE. RGB value is (98,48,238). Sum of RGB (Red+Green+Blue) = 98+48+238=384 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.52% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 238 (93.36% from 255 or 61.98% from 384); Max value from RGB is 238 - color contains mainly: blue. Hex color #6230EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6230EE is #9DCF11. Grayscale: #535353. Windows color (decimal): -10342162 or 15609954. OLE color: 15609954.
HSL color Cylindrical-coordinate representation of color #6230EE: hue angle of 255.79º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6230EE is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 48 | 238 | - |
| CMYK | 0.59 | 0.80 | 0 | 0.07 |
| HSL | 255.79º | 0.85% | 0.56% | - |
| HSV(B) | 255.79º | 0.8% | 0.93% | - |
| XYZ | 21.53 | 10.88 | 81.86 | - |
| YUV | 84.61 | 214.57 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 48 | 238 | 0.59 | 0.80 | 0 | 0.07 | 255.79 | 0.85 | 0.56 |
| Hex | 62 | 30 | EE | 3B | 50 | 0 | 7 | 100 | 55 | 38 |
| Octal | 142 | 60 | 356 | 73 | 120 | 0 | 7 | 400 | 125 | 70 |
| Binary | 1100010 | 110000 | 11101110 | 111011 | 1010000 | 0 | 111 | 100000000 | 1010101 | 111000 |
Color Harmonies of #6230EE
Complementary color
Monochromatic Colors of #6230EE
Black with #6230EE
Text Example
Text Example
White with #6230EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6230EE; }
p { color: rgb(98,48,238); }
H1.HeaderClassName
{
color: #6230EE;
}
.AnyTagClassName
{
color: #6230EE;
}
</style>
background-color css
<style>
a { background-color: #6230EE; }
a { background-color: rgb(98,48,238); }
div.DivClassName
{
background-color: #6230EE;
}
.BgClassName
{
background-color: #6230EE;
}
</style>
border-color css
<style>
span { border-color: #6230EE; }
span { border-color: rgb(98,48,238); }
td.TdClassName
{
border-color: #6230EE;
}
.TagClassName
{
border-color: #6230EE;
}
</style>