Shades of Han Purple #521CEE
Tints of Han Purple #521CEE
RGB
CMYK
RGB Variations
Color information
#521CEE (or 0x521CEE) is known color: Han Purple. HEX triplet: 52, 1C and EE. RGB value is (82,28,238). Sum of RGB (Red+Green+Blue) = 82+28+238=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 238 (93.36% from 255 or 68.39% from 348); Max value from RGB is 238 - color contains mainly: blue. Hex color #521CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521CEE is #ADE311. Grayscale: #434343. Windows color (decimal): -11395858 or 15604818. OLE color: 15604818.
HSL color Cylindrical-coordinate representation of color #521CEE: hue angle of 255.43º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521CEE is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 28 | 238 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.07 |
| HSL | 255.43º | 0.86% | 0.52% | - |
| HSV(B) | 255.43º | 0.88% | 0.93% | - |
| XYZ | 19.33 | 8.8 | 81.57 | - |
| YUV | 68.09 | 223.89 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 28 | 238 | 0.66 | 0.88 | 0 | 0.07 | 255.43 | 0.86 | 0.52 |
| Hex | 52 | 1C | EE | 42 | 58 | 0 | 7 | FF | 56 | 34 |
| Octal | 122 | 34 | 356 | 102 | 130 | 0 | 7 | 377 | 126 | 64 |
| Binary | 1010010 | 11100 | 11101110 | 1000010 | 1011000 | 0 | 111 | 11111111 | 1010110 | 110100 |
Color Harmonies of #521CEE
Complementary color
Monochromatic Colors of #521CEE
Black with #521CEE
Text Example
Text Example
White with #521CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521CEE; }
p { color: rgb(82,28,238); }
H1.HeaderClassName
{
color: #521CEE;
}
.AnyTagClassName
{
color: #521CEE;
}
</style>
background-color css
<style>
a { background-color: #521CEE; }
a { background-color: rgb(82,28,238); }
div.DivClassName
{
background-color: #521CEE;
}
.BgClassName
{
background-color: #521CEE;
}
</style>
border-color css
<style>
span { border-color: #521CEE; }
span { border-color: rgb(82,28,238); }
td.TdClassName
{
border-color: #521CEE;
}
.TagClassName
{
border-color: #521CEE;
}
</style>