Shades of Han Purple #6426E8
Tints of Han Purple #6426E8
RGB
CMYK
RGB Variations
Color information
#6426E8 (or 0x6426E8) is known color: Han Purple. HEX triplet: 64, 26 and E8. RGB value is (100,38,232). Sum of RGB (Red+Green+Blue) = 100+38+232=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 232 (91.02% from 255 or 62.70% from 370); Max value from RGB is 232 - color contains mainly: blue. Hex color #6426E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6426E8 is #9BD917. Grayscale: #4D4D4D. Windows color (decimal): -10213656 or 15214180. OLE color: 15214180.
HSL color Cylindrical-coordinate representation of color #6426E8: hue angle of 259.18º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6426E8 is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 38 | 232 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.09 |
| HSL | 259.18º | 0.81% | 0.53% | - |
| HSV(B) | 259.18º | 0.84% | 0.91% | - |
| XYZ | 20.51 | 9.92 | 77.18 | - |
| YUV | 78.65 | 214.54 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 38 | 232 | 0.57 | 0.84 | 0 | 0.09 | 259.18 | 0.81 | 0.53 |
| Hex | 64 | 26 | E8 | 39 | 54 | 0 | 9 | 103 | 51 | 35 |
| Octal | 144 | 46 | 350 | 71 | 124 | 0 | 11 | 403 | 121 | 65 |
| Binary | 1100100 | 100110 | 11101000 | 111001 | 1010100 | 0 | 1001 | 100000011 | 1010001 | 110101 |
Color Harmonies of #6426E8
Complementary color
Monochromatic Colors of #6426E8
Black with #6426E8
Text Example
Text Example
White with #6426E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6426E8; }
p { color: rgb(100,38,232); }
H1.HeaderClassName
{
color: #6426E8;
}
.AnyTagClassName
{
color: #6426E8;
}
</style>
background-color css
<style>
a { background-color: #6426E8; }
a { background-color: rgb(100,38,232); }
div.DivClassName
{
background-color: #6426E8;
}
.BgClassName
{
background-color: #6426E8;
}
</style>
border-color css
<style>
span { border-color: #6426E8; }
span { border-color: rgb(100,38,232); }
td.TdClassName
{
border-color: #6426E8;
}
.TagClassName
{
border-color: #6426E8;
}
</style>