Shades of Han Purple #6227E5
Tints of Han Purple #6227E5
RGB
CMYK
RGB Variations
Color information
#6227E5 (or 0x6227E5) is known color: Han Purple. HEX triplet: 62, 27 and E5. RGB value is (98,39,229). Sum of RGB (Red+Green+Blue) = 98+39+229=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 39 (15.62% from 255 or 10.66% from 366); Blue value is 229 (89.84% from 255 or 62.57% from 366); Max value from RGB is 229 - color contains mainly: blue. Hex color #6227E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6227E5 is #9DD81A. Grayscale: #4D4D4D. Windows color (decimal): -10344475 or 15017826. OLE color: 15017826.
HSL color Cylindrical-coordinate representation of color #6227E5: hue angle of 258.63º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6227E5 is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 39 | 229 | - |
| CMYK | 0.57 | 0.83 | 0 | 0.10 |
| HSL | 258.63º | 0.79% | 0.53% | - |
| HSV(B) | 258.63º | 0.83% | 0.9% | - |
| XYZ | 19.91 | 9.7 | 74.95 | - |
| YUV | 78.3 | 213.05 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 39 | 229 | 0.57 | 0.83 | 0 | 0.10 | 258.63 | 0.79 | 0.53 |
| Hex | 62 | 27 | E5 | 39 | 53 | 0 | A | 103 | 4F | 35 |
| Octal | 142 | 47 | 345 | 71 | 123 | 0 | 12 | 403 | 117 | 65 |
| Binary | 1100010 | 100111 | 11100101 | 111001 | 1010011 | 0 | 1010 | 100000011 | 1001111 | 110101 |
Color Harmonies of #6227E5
Complementary color
Monochromatic Colors of #6227E5
Black with #6227E5
Text Example
Text Example
White with #6227E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6227E5; }
p { color: rgb(98,39,229); }
H1.HeaderClassName
{
color: #6227E5;
}
.AnyTagClassName
{
color: #6227E5;
}
</style>
background-color css
<style>
a { background-color: #6227E5; }
a { background-color: rgb(98,39,229); }
div.DivClassName
{
background-color: #6227E5;
}
.BgClassName
{
background-color: #6227E5;
}
</style>
border-color css
<style>
span { border-color: #6227E5; }
span { border-color: rgb(98,39,229); }
td.TdClassName
{
border-color: #6227E5;
}
.TagClassName
{
border-color: #6227E5;
}
</style>