Shades of Han Purple #512CFC
Tints of Han Purple #512CFC
RGB
CMYK
RGB Variations
Color information
#512CFC (or 0x512CFC) is known color: Han Purple. HEX triplet: 51, 2C and FC. RGB value is (81,44,252). Sum of RGB (Red+Green+Blue) = 81+44+252=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 252 (98.83% from 255 or 66.84% from 377); Max value from RGB is 252 - color contains mainly: blue. Hex color #512CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512CFC is #AED303. Grayscale: #4D4D4D. Windows color (decimal): -11457284 or 16526417. OLE color: 16526417.
HSL color Cylindrical-coordinate representation of color #512CFC: hue angle of 250.67º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #512CFC is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 44 | 252 | - |
| CMYK | 0.68 | 0.83 | 0 | 0.01 |
| HSL | 250.67º | 0.97% | 0.58% | - |
| HSV(B) | 250.67º | 0.83% | 0.99% | - |
| XYZ | 21.86 | 10.58 | 92.99 | - |
| YUV | 78.78 | 225.76 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 252 | 0.68 | 0.83 | 0 | 0.01 | 250.67 | 0.97 | 0.58 |
| Hex | 51 | 2C | FC | 44 | 53 | 0 | 1 | FB | 61 | 3A |
| Octal | 121 | 54 | 374 | 104 | 123 | 0 | 1 | 373 | 141 | 72 |
| Binary | 1010001 | 101100 | 11111100 | 1000100 | 1010011 | 0 | 1 | 11111011 | 1100001 | 111010 |
Color Harmonies of #512CFC
Complementary color
Monochromatic Colors of #512CFC
Black with #512CFC
Text Example
Text Example
White with #512CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512CFC; }
p { color: rgb(81,44,252); }
H1.HeaderClassName
{
color: #512CFC;
}
.AnyTagClassName
{
color: #512CFC;
}
</style>
background-color css
<style>
a { background-color: #512CFC; }
a { background-color: rgb(81,44,252); }
div.DivClassName
{
background-color: #512CFC;
}
.BgClassName
{
background-color: #512CFC;
}
</style>
border-color css
<style>
span { border-color: #512CFC; }
span { border-color: rgb(81,44,252); }
td.TdClassName
{
border-color: #512CFC;
}
.TagClassName
{
border-color: #512CFC;
}
</style>