Shades of Han Purple #521CEF
Tints of Han Purple #521CEF
RGB
CMYK
RGB Variations
Color information
#521CEF (or 0x521CEF) is known color: Han Purple. HEX triplet: 52, 1C and EF. RGB value is (82,28,239). Sum of RGB (Red+Green+Blue) = 82+28+239=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 239 (93.75% from 255 or 68.48% from 349); Max value from RGB is 239 - color contains mainly: blue. Hex color #521CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521CEF is #ADE310. Grayscale: #434343. Windows color (decimal): -11395857 or 15670354. OLE color: 15670354.
HSL color Cylindrical-coordinate representation of color #521CEF: hue angle of 255.36º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521CEF is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 28 | 239 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.06 |
| HSL | 255.36º | 0.87% | 0.52% | - |
| HSV(B) | 255.36º | 0.88% | 0.94% | - |
| XYZ | 19.47 | 8.86 | 82.34 | - |
| YUV | 68.2 | 224.39 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 28 | 239 | 0.66 | 0.88 | 0 | 0.06 | 255.36 | 0.87 | 0.52 |
| Hex | 52 | 1C | EF | 42 | 58 | 0 | 6 | FF | 57 | 34 |
| Octal | 122 | 34 | 357 | 102 | 130 | 0 | 6 | 377 | 127 | 64 |
| Binary | 1010010 | 11100 | 11101111 | 1000010 | 1011000 | 0 | 110 | 11111111 | 1010111 | 110100 |
Color Harmonies of #521CEF
Complementary color
Monochromatic Colors of #521CEF
Black with #521CEF
Text Example
Text Example
White with #521CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521CEF; }
p { color: rgb(82,28,239); }
H1.HeaderClassName
{
color: #521CEF;
}
.AnyTagClassName
{
color: #521CEF;
}
</style>
background-color css
<style>
a { background-color: #521CEF; }
a { background-color: rgb(82,28,239); }
div.DivClassName
{
background-color: #521CEF;
}
.BgClassName
{
background-color: #521CEF;
}
</style>
border-color css
<style>
span { border-color: #521CEF; }
span { border-color: rgb(82,28,239); }
td.TdClassName
{
border-color: #521CEF;
}
.TagClassName
{
border-color: #521CEF;
}
</style>