Shades of Han Purple #5515FA
Tints of Han Purple #5515FA
RGB
CMYK
RGB Variations
Color information
#5515FA (or 0x5515FA) is known color: Han Purple. HEX triplet: 55, 15 and FA. RGB value is (85,21,250). Sum of RGB (Red+Green+Blue) = 85+21+250=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #5515FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5515FA is #AAEA05. Grayscale: #414141. Windows color (decimal): -11201030 or 16389461. OLE color: 16389461.
HSL color Cylindrical-coordinate representation of color #5515FA: hue angle of 256.77º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5515FA is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 21 | 250 | - |
| CMYK | 0.66 | 0.92 | 0 | 0.02 |
| HSL | 256.77º | 0.96% | 0.53% | - |
| HSV(B) | 256.77º | 0.92% | 0.98% | - |
| XYZ | 21.27 | 9.37 | 91.13 | - |
| YUV | 66.24 | 231.7 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 250 | 0.66 | 0.92 | 0 | 0.02 | 256.77 | 0.96 | 0.53 |
| Hex | 55 | 15 | FA | 42 | 5C | 0 | 2 | 101 | 60 | 35 |
| Octal | 125 | 25 | 372 | 102 | 134 | 0 | 2 | 401 | 140 | 65 |
| Binary | 1010101 | 10101 | 11111010 | 1000010 | 1011100 | 0 | 10 | 100000001 | 1100000 | 110101 |
Color Harmonies of #5515FA
Complementary color
Monochromatic Colors of #5515FA
Black with #5515FA
Text Example
Text Example
White with #5515FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5515FA; }
p { color: rgb(85,21,250); }
H1.HeaderClassName
{
color: #5515FA;
}
.AnyTagClassName
{
color: #5515FA;
}
</style>
background-color css
<style>
a { background-color: #5515FA; }
a { background-color: rgb(85,21,250); }
div.DivClassName
{
background-color: #5515FA;
}
.BgClassName
{
background-color: #5515FA;
}
</style>
border-color css
<style>
span { border-color: #5515FA; }
span { border-color: rgb(85,21,250); }
td.TdClassName
{
border-color: #5515FA;
}
.TagClassName
{
border-color: #5515FA;
}
</style>