Shades of Han Purple #550CF8
Tints of Han Purple #550CF8
RGB
CMYK
RGB Variations
Color information
#550CF8 (or 0x550CF8) is known color: Han Purple. HEX triplet: 55, 0C and F8. RGB value is (85,12,248). Sum of RGB (Red+Green+Blue) = 85+12+248=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 248 (97.27% from 255 or 71.88% from 345); Max value from RGB is 248 - color contains mainly: blue. Hex color #550CF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550CF8 is #AAF307. Grayscale: #3B3B3B. Windows color (decimal): -11203336 or 16256085. OLE color: 16256085.
HSL color Cylindrical-coordinate representation of color #550CF8: hue angle of 258.56º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550CF8 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 85 | 12 | 248 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.03 |
| HSL | 258.56º | 0.94% | 0.51% | - |
| HSV(B) | 258.56º | 0.95% | 0.97% | - |
| XYZ | 20.82 | 8.97 | 89.44 | - |
| YUV | 60.73 | 233.68 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 12 | 248 | 0.66 | 0.95 | 0 | 0.03 | 258.56 | 0.94 | 0.51 |
| Hex | 55 | C | F8 | 42 | 5F | 0 | 3 | 103 | 5E | 33 |
| Octal | 125 | 14 | 370 | 102 | 137 | 0 | 3 | 403 | 136 | 63 |
| Binary | 1010101 | 1100 | 11111000 | 1000010 | 1011111 | 0 | 11 | 100000011 | 1011110 | 110011 |
Color Harmonies of #550CF8
Complementary color
Monochromatic Colors of #550CF8
Black with #550CF8
Text Example
Text Example
White with #550CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550CF8; }
p { color: rgb(85,12,248); }
H1.HeaderClassName
{
color: #550CF8;
}
.AnyTagClassName
{
color: #550CF8;
}
</style>
background-color css
<style>
a { background-color: #550CF8; }
a { background-color: rgb(85,12,248); }
div.DivClassName
{
background-color: #550CF8;
}
.BgClassName
{
background-color: #550CF8;
}
</style>
border-color css
<style>
span { border-color: #550CF8; }
span { border-color: rgb(85,12,248); }
td.TdClassName
{
border-color: #550CF8;
}
.TagClassName
{
border-color: #550CF8;
}
</style>