Shades of Han Purple #5526FA
Tints of Han Purple #5526FA
RGB
CMYK
RGB Variations
Color information
#5526FA (or 0x5526FA) is known color: Han Purple. HEX triplet: 55, 26 and FA. RGB value is (85,38,250). Sum of RGB (Red+Green+Blue) = 85+38+250=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #5526FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5526FA is #AAD905. Grayscale: #4B4B4B. Windows color (decimal): -11196678 or 16393813. OLE color: 16393813.
HSL color Cylindrical-coordinate representation of color #5526FA: hue angle of 253.3º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5526FA is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 38 | 250 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.02 |
| HSL | 253.3º | 0.95% | 0.56% | - |
| HSV(B) | 253.3º | 0.85% | 0.98% | - |
| XYZ | 21.69 | 10.22 | 91.27 | - |
| YUV | 76.22 | 226.07 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 38 | 250 | 0.66 | 0.85 | 0 | 0.02 | 253.3 | 0.95 | 0.56 |
| Hex | 55 | 26 | FA | 42 | 55 | 0 | 2 | FD | 5F | 38 |
| Octal | 125 | 46 | 372 | 102 | 125 | 0 | 2 | 375 | 137 | 70 |
| Binary | 1010101 | 100110 | 11111010 | 1000010 | 1010101 | 0 | 10 | 11111101 | 1011111 | 111000 |
Color Harmonies of #5526FA
Complementary color
Monochromatic Colors of #5526FA
Black with #5526FA
Text Example
Text Example
White with #5526FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5526FA; }
p { color: rgb(85,38,250); }
H1.HeaderClassName
{
color: #5526FA;
}
.AnyTagClassName
{
color: #5526FA;
}
</style>
background-color css
<style>
a { background-color: #5526FA; }
a { background-color: rgb(85,38,250); }
div.DivClassName
{
background-color: #5526FA;
}
.BgClassName
{
background-color: #5526FA;
}
</style>
border-color css
<style>
span { border-color: #5526FA; }
span { border-color: rgb(85,38,250); }
td.TdClassName
{
border-color: #5526FA;
}
.TagClassName
{
border-color: #5526FA;
}
</style>