Shades of Han Purple #512FEE
Tints of Han Purple #512FEE
RGB
CMYK
RGB Variations
Color information
#512FEE (or 0x512FEE) is known color: Han Purple. HEX triplet: 51, 2F and EE. RGB value is (81,47,238). Sum of RGB (Red+Green+Blue) = 81+47+238=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 238 (93.36% from 255 or 65.03% from 366); Max value from RGB is 238 - color contains mainly: blue. Hex color #512FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512FEE is #AED011. Grayscale: #4E4E4E. Windows color (decimal): -11456530 or 15609681. OLE color: 15609681.
HSL color Cylindrical-coordinate representation of color #512FEE: hue angle of 250.68º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #512FEE is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 47 | 238 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.07 |
| HSL | 250.68º | 0.85% | 0.56% | - |
| HSV(B) | 250.68º | 0.8% | 0.93% | - |
| XYZ | 19.84 | 9.96 | 81.76 | - |
| YUV | 78.94 | 217.76 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 238 | 0.66 | 0.80 | 0 | 0.07 | 250.68 | 0.85 | 0.56 |
| Hex | 51 | 2F | EE | 42 | 50 | 0 | 7 | FB | 55 | 38 |
| Octal | 121 | 57 | 356 | 102 | 120 | 0 | 7 | 373 | 125 | 70 |
| Binary | 1010001 | 101111 | 11101110 | 1000010 | 1010000 | 0 | 111 | 11111011 | 1010101 | 111000 |
Color Harmonies of #512FEE
Complementary color
Monochromatic Colors of #512FEE
Black with #512FEE
Text Example
Text Example
White with #512FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512FEE; }
p { color: rgb(81,47,238); }
H1.HeaderClassName
{
color: #512FEE;
}
.AnyTagClassName
{
color: #512FEE;
}
</style>
background-color css
<style>
a { background-color: #512FEE; }
a { background-color: rgb(81,47,238); }
div.DivClassName
{
background-color: #512FEE;
}
.BgClassName
{
background-color: #512FEE;
}
</style>
border-color css
<style>
span { border-color: #512FEE; }
span { border-color: rgb(81,47,238); }
td.TdClassName
{
border-color: #512FEE;
}
.TagClassName
{
border-color: #512FEE;
}
</style>