Shades of Han Purple #6227FF
Tints of Han Purple #6227FF
RGB
CMYK
RGB Variations
Color information
#6227FF (or 0x6227FF) is known color: Han Purple. HEX triplet: 62, 27 and FF. RGB value is (98,39,255). Sum of RGB (Red+Green+Blue) = 98+39+255=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #6227FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6227FF is #9DD800. Grayscale: #505050. Windows color (decimal): -10344449 or 16721762. OLE color: 16721762.
HSL color Cylindrical-coordinate representation of color #6227FF: hue angle of 256.39º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6227FF is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 98 | 39 | 255 | - |
| CMYK | 0.62 | 0.85 | 0 | 0 |
| HSL | 256.39º | 1% | 0.58% | - |
| HSV(B) | 256.39º | 0.85% | 1% | - |
| XYZ | 23.81 | 11.27 | 95.53 | - |
| YUV | 81.27 | 226.05 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 39 | 255 | 0.62 | 0.85 | 0 | 0 | 256.39 | 1 | 0.58 |
| Hex | 62 | 27 | FF | 3E | 55 | 0 | 0 | 100 | 64 | 3A |
| Octal | 142 | 47 | 377 | 76 | 125 | 0 | 0 | 400 | 144 | 72 |
| Binary | 1100010 | 100111 | 11111111 | 111110 | 1010101 | 0 | 0 | 100000000 | 1100100 | 111010 |
Color Harmonies of #6227FF
Complementary color
Monochromatic Colors of #6227FF
Black with #6227FF
Text Example
Text Example
White with #6227FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6227FF; }
p { color: rgb(98,39,255); }
H1.HeaderClassName
{
color: #6227FF;
}
.AnyTagClassName
{
color: #6227FF;
}
</style>
background-color css
<style>
a { background-color: #6227FF; }
a { background-color: rgb(98,39,255); }
div.DivClassName
{
background-color: #6227FF;
}
.BgClassName
{
background-color: #6227FF;
}
</style>
border-color css
<style>
span { border-color: #6227FF; }
span { border-color: rgb(98,39,255); }
td.TdClassName
{
border-color: #6227FF;
}
.TagClassName
{
border-color: #6227FF;
}
</style>