Shades of Han Purple #552EFE
Tints of Han Purple #552EFE
RGB
CMYK
RGB Variations
Color information
#552EFE (or 0x552EFE) is known color: Han Purple. HEX triplet: 55, 2E and FE. RGB value is (85,46,254). Sum of RGB (Red+Green+Blue) = 85+46+254=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 254 (99.61% from 255 or 65.97% from 385); Max value from RGB is 254 - color contains mainly: blue. Hex color #552EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552EFE is #AAD101. Grayscale: #505050. Windows color (decimal): -11194626 or 16658005. OLE color: 16658005.
HSL color Cylindrical-coordinate representation of color #552EFE: hue angle of 251.25º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #552EFE is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 46 | 254 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.00 |
| HSL | 251.25º | 0.99% | 0.59% | - |
| HSV(B) | 251.25º | 0.82% | 1% | - |
| XYZ | 22.61 | 11.04 | 94.71 | - |
| YUV | 81.37 | 225.42 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 254 | 0.67 | 0.82 | 0 | 0.00 | 251.25 | 0.99 | 0.59 |
| Hex | 55 | 2E | FE | 43 | 52 | 0 | 0 | FB | 63 | 3B |
| Octal | 125 | 56 | 376 | 103 | 122 | 0 | 0 | 373 | 143 | 73 |
| Binary | 1010101 | 101110 | 11111110 | 1000011 | 1010010 | 0 | 0 | 11111011 | 1100011 | 111011 |
Color Harmonies of #552EFE
Complementary color
Monochromatic Colors of #552EFE
Black with #552EFE
Text Example
Text Example
White with #552EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552EFE; }
p { color: rgb(85,46,254); }
H1.HeaderClassName
{
color: #552EFE;
}
.AnyTagClassName
{
color: #552EFE;
}
</style>
background-color css
<style>
a { background-color: #552EFE; }
a { background-color: rgb(85,46,254); }
div.DivClassName
{
background-color: #552EFE;
}
.BgClassName
{
background-color: #552EFE;
}
</style>
border-color css
<style>
span { border-color: #552EFE; }
span { border-color: rgb(85,46,254); }
td.TdClassName
{
border-color: #552EFE;
}
.TagClassName
{
border-color: #552EFE;
}
</style>