Shades of Han Purple #6432FD
Tints of Han Purple #6432FD
RGB
CMYK
RGB Variations
Color information
#6432FD (or 0x6432FD) is known color: Han Purple. HEX triplet: 64, 32 and FD. RGB value is (100,50,253). Sum of RGB (Red+Green+Blue) = 100+50+253=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 253 (99.22% from 255 or 62.78% from 403); Max value from RGB is 253 - color contains mainly: blue. Hex color #6432FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6432FD is #9BCD02. Grayscale: #575757. Windows color (decimal): -10210563 or 16593508. OLE color: 16593508.
HSL color Cylindrical-coordinate representation of color #6432FD: hue angle of 254.78º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6432FD is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 50 | 253 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.01 |
| HSL | 254.78º | 0.98% | 0.59% | - |
| HSV(B) | 254.78º | 0.8% | 0.99% | - |
| XYZ | 24.13 | 12.08 | 93.99 | - |
| YUV | 88.09 | 221.07 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 253 | 0.60 | 0.80 | 0 | 0.01 | 254.78 | 0.98 | 0.59 |
| Hex | 64 | 32 | FD | 3C | 50 | 0 | 1 | FF | 62 | 3B |
| Octal | 144 | 62 | 375 | 74 | 120 | 0 | 1 | 377 | 142 | 73 |
| Binary | 1100100 | 110010 | 11111101 | 111100 | 1010000 | 0 | 1 | 11111111 | 1100010 | 111011 |
Color Harmonies of #6432FD
Complementary color
Monochromatic Colors of #6432FD
Black with #6432FD
Text Example
Text Example
White with #6432FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6432FD; }
p { color: rgb(100,50,253); }
H1.HeaderClassName
{
color: #6432FD;
}
.AnyTagClassName
{
color: #6432FD;
}
</style>
background-color css
<style>
a { background-color: #6432FD; }
a { background-color: rgb(100,50,253); }
div.DivClassName
{
background-color: #6432FD;
}
.BgClassName
{
background-color: #6432FD;
}
</style>
border-color css
<style>
span { border-color: #6432FD; }
span { border-color: rgb(100,50,253); }
td.TdClassName
{
border-color: #6432FD;
}
.TagClassName
{
border-color: #6432FD;
}
</style>