Shades of Han Purple #511CFB
Tints of Han Purple #511CFB
RGB
CMYK
RGB Variations
Color information
#511CFB (or 0x511CFB) is known color: Han Purple. HEX triplet: 51, 1C and FB. RGB value is (81,28,251). Sum of RGB (Red+Green+Blue) = 81+28+251=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 28 (11.33% from 255 or 7.78% from 360); Blue value is 251 (98.44% from 255 or 69.72% from 360); Max value from RGB is 251 - color contains mainly: blue. Hex color #511CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #511CFB is #AEE304. Grayscale: #444444. Windows color (decimal): -11461381 or 16456785. OLE color: 16456785.
HSL color Cylindrical-coordinate representation of color #511CFB: hue angle of 254.26º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511CFB is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 28 | 251 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.02 |
| HSL | 254.26º | 0.97% | 0.55% | - |
| HSV(B) | 254.26º | 0.89% | 0.98% | - |
| XYZ | 21.22 | 9.54 | 91.99 | - |
| YUV | 69.27 | 230.56 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 251 | 0.68 | 0.89 | 0 | 0.02 | 254.26 | 0.97 | 0.55 |
| Hex | 51 | 1C | FB | 44 | 59 | 0 | 2 | FE | 61 | 37 |
| Octal | 121 | 34 | 373 | 104 | 131 | 0 | 2 | 376 | 141 | 67 |
| Binary | 1010001 | 11100 | 11111011 | 1000100 | 1011001 | 0 | 10 | 11111110 | 1100001 | 110111 |
Color Harmonies of #511CFB
Complementary color
Monochromatic Colors of #511CFB
Black with #511CFB
Text Example
Text Example
White with #511CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511CFB; }
p { color: rgb(81,28,251); }
H1.HeaderClassName
{
color: #511CFB;
}
.AnyTagClassName
{
color: #511CFB;
}
</style>
background-color css
<style>
a { background-color: #511CFB; }
a { background-color: rgb(81,28,251); }
div.DivClassName
{
background-color: #511CFB;
}
.BgClassName
{
background-color: #511CFB;
}
</style>
border-color css
<style>
span { border-color: #511CFB; }
span { border-color: rgb(81,28,251); }
td.TdClassName
{
border-color: #511CFB;
}
.TagClassName
{
border-color: #511CFB;
}
</style>