Shades of Han Purple #5525FC
Tints of Han Purple #5525FC
RGB
CMYK
RGB Variations
Color information
#5525FC (or 0x5525FC) is known color: Han Purple. HEX triplet: 55, 25 and FC. RGB value is (85,37,252). Sum of RGB (Red+Green+Blue) = 85+37+252=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 252 (98.83% from 255 or 67.38% from 374); Max value from RGB is 252 - color contains mainly: blue. Hex color #5525FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5525FC is #AADA03. Grayscale: #4B4B4B. Windows color (decimal): -11196932 or 16524629. OLE color: 16524629.
HSL color Cylindrical-coordinate representation of color #5525FC: hue angle of 253.4º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5525FC is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 37 | 252 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.01 |
| HSL | 253.4º | 0.97% | 0.57% | - |
| HSV(B) | 253.4º | 0.85% | 0.99% | - |
| XYZ | 21.98 | 10.28 | 92.92 | - |
| YUV | 75.86 | 227.4 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 37 | 252 | 0.66 | 0.85 | 0 | 0.01 | 253.4 | 0.97 | 0.57 |
| Hex | 55 | 25 | FC | 42 | 55 | 0 | 1 | FD | 61 | 39 |
| Octal | 125 | 45 | 374 | 102 | 125 | 0 | 1 | 375 | 141 | 71 |
| Binary | 1010101 | 100101 | 11111100 | 1000010 | 1010101 | 0 | 1 | 11111101 | 1100001 | 111001 |
Color Harmonies of #5525FC
Complementary color
Monochromatic Colors of #5525FC
Black with #5525FC
Text Example
Text Example
White with #5525FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5525FC; }
p { color: rgb(85,37,252); }
H1.HeaderClassName
{
color: #5525FC;
}
.AnyTagClassName
{
color: #5525FC;
}
</style>
background-color css
<style>
a { background-color: #5525FC; }
a { background-color: rgb(85,37,252); }
div.DivClassName
{
background-color: #5525FC;
}
.BgClassName
{
background-color: #5525FC;
}
</style>
border-color css
<style>
span { border-color: #5525FC; }
span { border-color: rgb(85,37,252); }
td.TdClassName
{
border-color: #5525FC;
}
.TagClassName
{
border-color: #5525FC;
}
</style>