Shades of Han Purple #512FFB
Tints of Han Purple #512FFB
RGB
CMYK
RGB Variations
Color information
#512FFB (or 0x512FFB) is known color: Han Purple. HEX triplet: 51, 2F and FB. RGB value is (81,47,251). Sum of RGB (Red+Green+Blue) = 81+47+251=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #512FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512FFB is #AED004. Grayscale: #4F4F4F. Windows color (decimal): -11456517 or 16461649. OLE color: 16461649.
HSL color Cylindrical-coordinate representation of color #512FFB: hue angle of 250º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #512FFB is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 47 | 251 | - |
| CMYK | 0.68 | 0.81 | 0 | 0.02 |
| HSL | 250º | 0.96% | 0.58% | - |
| HSV(B) | 250º | 0.81% | 0.98% | - |
| XYZ | 21.82 | 10.75 | 92.19 | - |
| YUV | 80.42 | 224.26 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 251 | 0.68 | 0.81 | 0 | 0.02 | 250 | 0.96 | 0.58 |
| Hex | 51 | 2F | FB | 44 | 51 | 0 | 2 | FA | 60 | 3A |
| Octal | 121 | 57 | 373 | 104 | 121 | 0 | 2 | 372 | 140 | 72 |
| Binary | 1010001 | 101111 | 11111011 | 1000100 | 1010001 | 0 | 10 | 11111010 | 1100000 | 111010 |
Color Harmonies of #512FFB
Complementary color
Monochromatic Colors of #512FFB
Black with #512FFB
Text Example
Text Example
White with #512FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512FFB; }
p { color: rgb(81,47,251); }
H1.HeaderClassName
{
color: #512FFB;
}
.AnyTagClassName
{
color: #512FFB;
}
</style>
background-color css
<style>
a { background-color: #512FFB; }
a { background-color: rgb(81,47,251); }
div.DivClassName
{
background-color: #512FFB;
}
.BgClassName
{
background-color: #512FFB;
}
</style>
border-color css
<style>
span { border-color: #512FFB; }
span { border-color: rgb(81,47,251); }
td.TdClassName
{
border-color: #512FFB;
}
.TagClassName
{
border-color: #512FFB;
}
</style>