Shades of Han Purple #6427F7
Tints of Han Purple #6427F7
RGB
CMYK
RGB Variations
Color information
#6427F7 (or 0x6427F7) is known color: Han Purple. HEX triplet: 64, 27 and F7. RGB value is (100,39,247). Sum of RGB (Red+Green+Blue) = 100+39+247=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 247 (96.88% from 255 or 63.99% from 386); Max value from RGB is 247 - color contains mainly: blue. Hex color #6427F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6427F7 is #9BD808. Grayscale: #505050. Windows color (decimal): -10213385 or 16197476. OLE color: 16197476.
HSL color Cylindrical-coordinate representation of color #6427F7: hue angle of 257.6º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6427F7 is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 39 | 247 | - |
| CMYK | 0.60 | 0.84 | 0 | 0.03 |
| HSL | 257.6º | 0.93% | 0.56% | - |
| HSV(B) | 257.6º | 0.84% | 0.97% | - |
| XYZ | 22.77 | 10.88 | 88.89 | - |
| YUV | 80.95 | 221.71 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 39 | 247 | 0.60 | 0.84 | 0 | 0.03 | 257.6 | 0.93 | 0.56 |
| Hex | 64 | 27 | F7 | 3C | 54 | 0 | 3 | 102 | 5D | 38 |
| Octal | 144 | 47 | 367 | 74 | 124 | 0 | 3 | 402 | 135 | 70 |
| Binary | 1100100 | 100111 | 11110111 | 111100 | 1010100 | 0 | 11 | 100000010 | 1011101 | 111000 |
Color Harmonies of #6427F7
Complementary color
Monochromatic Colors of #6427F7
Black with #6427F7
Text Example
Text Example
White with #6427F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6427F7; }
p { color: rgb(100,39,247); }
H1.HeaderClassName
{
color: #6427F7;
}
.AnyTagClassName
{
color: #6427F7;
}
</style>
background-color css
<style>
a { background-color: #6427F7; }
a { background-color: rgb(100,39,247); }
div.DivClassName
{
background-color: #6427F7;
}
.BgClassName
{
background-color: #6427F7;
}
</style>
border-color css
<style>
span { border-color: #6427F7; }
span { border-color: rgb(100,39,247); }
td.TdClassName
{
border-color: #6427F7;
}
.TagClassName
{
border-color: #6427F7;
}
</style>