Shades of Han Purple #5032FD
Tints of Han Purple #5032FD
RGB
CMYK
RGB Variations
Color information
#5032FD (or 0x5032FD) is known color: Han Purple. HEX triplet: 50, 32 and FD. RGB value is (80,50,253). Sum of RGB (Red+Green+Blue) = 80+50+253=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 253 (99.22% from 255 or 66.06% from 383); Max value from RGB is 253 - color contains mainly: blue. Hex color #5032FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5032FD is #AFCD02. Grayscale: #515151. Windows color (decimal): -11521283 or 16593488. OLE color: 16593488.
HSL color Cylindrical-coordinate representation of color #5032FD: hue angle of 248.87º 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 #5032FD is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 50 | 253 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.01 |
| HSL | 248.87º | 0.98% | 0.59% | - |
| HSV(B) | 248.87º | 0.8% | 0.99% | - |
| XYZ | 22.18 | 11.08 | 93.9 | - |
| YUV | 82.11 | 224.44 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 253 | 0.68 | 0.80 | 0 | 0.01 | 248.87 | 0.98 | 0.59 |
| Hex | 50 | 32 | FD | 44 | 50 | 0 | 1 | F9 | 62 | 3B |
| Octal | 120 | 62 | 375 | 104 | 120 | 0 | 1 | 371 | 142 | 73 |
| Binary | 1010000 | 110010 | 11111101 | 1000100 | 1010000 | 0 | 1 | 11111001 | 1100010 | 111011 |
Color Harmonies of #5032FD
Complementary color
Monochromatic Colors of #5032FD
Black with #5032FD
Text Example
Text Example
White with #5032FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5032FD; }
p { color: rgb(80,50,253); }
H1.HeaderClassName
{
color: #5032FD;
}
.AnyTagClassName
{
color: #5032FD;
}
</style>
background-color css
<style>
a { background-color: #5032FD; }
a { background-color: rgb(80,50,253); }
div.DivClassName
{
background-color: #5032FD;
}
.BgClassName
{
background-color: #5032FD;
}
</style>
border-color css
<style>
span { border-color: #5032FD; }
span { border-color: rgb(80,50,253); }
td.TdClassName
{
border-color: #5032FD;
}
.TagClassName
{
border-color: #5032FD;
}
</style>