Shades of Han Purple #320FFD
Tints of Han Purple #320FFD
RGB
CMYK
RGB Variations
Color information
#320FFD (or 0x320FFD) is known color: Han Purple. HEX triplet: 32, 0F and FD. RGB value is (50,15,253). Sum of RGB (Red+Green+Blue) = 50+15+253=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 253 (99.22% from 255 or 79.56% from 318); Max value from RGB is 253 - color contains mainly: blue. Hex color #320FFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #320FFD is #CDF002. Grayscale: #333333. Windows color (decimal): -13496323 or 16584498. OLE color: 16584498.
HSL color Cylindrical-coordinate representation of color #320FFD: hue angle of 248.82º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320FFD is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 15 | 253 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.01 |
| HSL | 248.82º | 0.98% | 0.53% | - |
| HSV(B) | 248.82º | 0.94% | 0.99% | - |
| XYZ | 19.22 | 8.11 | 93.48 | - |
| YUV | 52.6 | 241.1 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 253 | 0.80 | 0.94 | 0 | 0.01 | 248.82 | 0.98 | 0.53 |
| Hex | 32 | F | FD | 50 | 5E | 0 | 1 | F9 | 62 | 35 |
| Octal | 62 | 17 | 375 | 120 | 136 | 0 | 1 | 371 | 142 | 65 |
| Binary | 110010 | 1111 | 11111101 | 1010000 | 1011110 | 0 | 1 | 11111001 | 1100010 | 110101 |
Color Harmonies of #320FFD
Complementary color
Monochromatic Colors of #320FFD
Black with #320FFD
Text Example
Text Example
White with #320FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320FFD; }
p { color: rgb(50,15,253); }
H1.HeaderClassName
{
color: #320FFD;
}
.AnyTagClassName
{
color: #320FFD;
}
</style>
background-color css
<style>
a { background-color: #320FFD; }
a { background-color: rgb(50,15,253); }
div.DivClassName
{
background-color: #320FFD;
}
.BgClassName
{
background-color: #320FFD;
}
</style>
border-color css
<style>
span { border-color: #320FFD; }
span { border-color: rgb(50,15,253); }
td.TdClassName
{
border-color: #320FFD;
}
.TagClassName
{
border-color: #320FFD;
}
</style>