Shades of Han Purple #6238EE
Tints of Han Purple #6238EE
RGB
CMYK
RGB Variations
Color information
#6238EE (or 0x6238EE) is known color: Han Purple. HEX triplet: 62, 38 and EE. RGB value is (98,56,238). Sum of RGB (Red+Green+Blue) = 98+56+238=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 238 (93.36% from 255 or 60.71% from 392); Max value from RGB is 238 - color contains mainly: blue. Hex color #6238EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6238EE is #9DC711. Grayscale: #585858. Windows color (decimal): -10340114 or 15612002. OLE color: 15612002.
HSL color Cylindrical-coordinate representation of color #6238EE: hue angle of 253.85º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6238EE is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 56 | 238 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.07 |
| HSL | 253.85º | 0.84% | 0.58% | - |
| HSV(B) | 253.85º | 0.76% | 0.93% | - |
| XYZ | 21.88 | 11.6 | 81.97 | - |
| YUV | 89.31 | 211.91 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 56 | 238 | 0.59 | 0.76 | 0 | 0.07 | 253.85 | 0.84 | 0.58 |
| Hex | 62 | 38 | EE | 3B | 4C | 0 | 7 | FE | 54 | 3A |
| Octal | 142 | 70 | 356 | 73 | 114 | 0 | 7 | 376 | 124 | 72 |
| Binary | 1100010 | 111000 | 11101110 | 111011 | 1001100 | 0 | 111 | 11111110 | 1010100 | 111010 |
Color Harmonies of #6238EE
Complementary color
Monochromatic Colors of #6238EE
Black with #6238EE
Text Example
Text Example
White with #6238EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6238EE; }
p { color: rgb(98,56,238); }
H1.HeaderClassName
{
color: #6238EE;
}
.AnyTagClassName
{
color: #6238EE;
}
</style>
background-color css
<style>
a { background-color: #6238EE; }
a { background-color: rgb(98,56,238); }
div.DivClassName
{
background-color: #6238EE;
}
.BgClassName
{
background-color: #6238EE;
}
</style>
border-color css
<style>
span { border-color: #6238EE; }
span { border-color: rgb(98,56,238); }
td.TdClassName
{
border-color: #6238EE;
}
.TagClassName
{
border-color: #6238EE;
}
</style>