Shades of Han Purple #6432F7
Tints of Han Purple #6432F7
RGB
CMYK
RGB Variations
Color information
#6432F7 (or 0x6432F7) is known color: Han Purple. HEX triplet: 64, 32 and F7. RGB value is (100,50,247). Sum of RGB (Red+Green+Blue) = 100+50+247=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 247 (96.88% from 255 or 62.22% from 397); Max value from RGB is 247 - color contains mainly: blue. Hex color #6432F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6432F7 is #9BCD08. Grayscale: #565656. Windows color (decimal): -10210569 or 16200292. OLE color: 16200292.
HSL color Cylindrical-coordinate representation of color #6432F7: hue angle of 255.23º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6432F7 is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 50 | 247 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.03 |
| HSL | 255.23º | 0.92% | 0.58% | - |
| HSV(B) | 255.23º | 0.8% | 0.97% | - |
| XYZ | 23.18 | 11.71 | 89.03 | - |
| YUV | 87.41 | 218.07 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 247 | 0.60 | 0.80 | 0 | 0.03 | 255.23 | 0.92 | 0.58 |
| Hex | 64 | 32 | F7 | 3C | 50 | 0 | 3 | FF | 5C | 3A |
| Octal | 144 | 62 | 367 | 74 | 120 | 0 | 3 | 377 | 134 | 72 |
| Binary | 1100100 | 110010 | 11110111 | 111100 | 1010000 | 0 | 11 | 11111111 | 1011100 | 111010 |
Color Harmonies of #6432F7
Complementary color
Monochromatic Colors of #6432F7
Black with #6432F7
Text Example
Text Example
White with #6432F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6432F7; }
p { color: rgb(100,50,247); }
H1.HeaderClassName
{
color: #6432F7;
}
.AnyTagClassName
{
color: #6432F7;
}
</style>
background-color css
<style>
a { background-color: #6432F7; }
a { background-color: rgb(100,50,247); }
div.DivClassName
{
background-color: #6432F7;
}
.BgClassName
{
background-color: #6432F7;
}
</style>
border-color css
<style>
span { border-color: #6432F7; }
span { border-color: rgb(100,50,247); }
td.TdClassName
{
border-color: #6432F7;
}
.TagClassName
{
border-color: #6432F7;
}
</style>