Shades of Han Purple #551AFB
Tints of Han Purple #551AFB
RGB
CMYK
RGB Variations
Color information
#551AFB (or 0x551AFB) is known color: Han Purple. HEX triplet: 55, 1A and FB. RGB value is (85,26,251). Sum of RGB (Red+Green+Blue) = 85+26+251=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 251 (98.44% from 255 or 69.34% from 362); Max value from RGB is 251 - color contains mainly: blue. Hex color #551AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551AFB is #AAE504. Grayscale: #444444. Windows color (decimal): -11199749 or 16456277. OLE color: 16456277.
HSL color Cylindrical-coordinate representation of color #551AFB: hue angle of 255.73º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #551AFB is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 26 | 251 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.02 |
| HSL | 255.73º | 0.97% | 0.54% | - |
| HSV(B) | 255.73º | 0.9% | 0.98% | - |
| XYZ | 21.53 | 9.64 | 91.99 | - |
| YUV | 69.29 | 230.55 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 26 | 251 | 0.66 | 0.90 | 0 | 0.02 | 255.73 | 0.97 | 0.54 |
| Hex | 55 | 1A | FB | 42 | 5A | 0 | 2 | 100 | 61 | 36 |
| Octal | 125 | 32 | 373 | 102 | 132 | 0 | 2 | 400 | 141 | 66 |
| Binary | 1010101 | 11010 | 11111011 | 1000010 | 1011010 | 0 | 10 | 100000000 | 1100001 | 110110 |
Color Harmonies of #551AFB
Complementary color
Monochromatic Colors of #551AFB
Black with #551AFB
Text Example
Text Example
White with #551AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551AFB; }
p { color: rgb(85,26,251); }
H1.HeaderClassName
{
color: #551AFB;
}
.AnyTagClassName
{
color: #551AFB;
}
</style>
background-color css
<style>
a { background-color: #551AFB; }
a { background-color: rgb(85,26,251); }
div.DivClassName
{
background-color: #551AFB;
}
.BgClassName
{
background-color: #551AFB;
}
</style>
border-color css
<style>
span { border-color: #551AFB; }
span { border-color: rgb(85,26,251); }
td.TdClassName
{
border-color: #551AFB;
}
.TagClassName
{
border-color: #551AFB;
}
</style>