Shades of Han Purple #552EFC
Tints of Han Purple #552EFC
RGB
CMYK
RGB Variations
Color information
#552EFC (or 0x552EFC) is known color: Han Purple. HEX triplet: 55, 2E and FC. RGB value is (85,46,252). Sum of RGB (Red+Green+Blue) = 85+46+252=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #552EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552EFC is #AAD103. Grayscale: #505050. Windows color (decimal): -11194628 or 16526933. OLE color: 16526933.
HSL color Cylindrical-coordinate representation of color #552EFC: hue angle of 251.36º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #552EFC is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 46 | 252 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.01 |
| HSL | 251.36º | 0.97% | 0.58% | - |
| HSV(B) | 251.36º | 0.82% | 0.99% | - |
| XYZ | 22.29 | 10.91 | 93.03 | - |
| YUV | 81.15 | 224.42 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 252 | 0.66 | 0.82 | 0 | 0.01 | 251.36 | 0.97 | 0.58 |
| Hex | 55 | 2E | FC | 42 | 52 | 0 | 1 | FB | 61 | 3A |
| Octal | 125 | 56 | 374 | 102 | 122 | 0 | 1 | 373 | 141 | 72 |
| Binary | 1010101 | 101110 | 11111100 | 1000010 | 1010010 | 0 | 1 | 11111011 | 1100001 | 111010 |
Color Harmonies of #552EFC
Complementary color
Monochromatic Colors of #552EFC
Black with #552EFC
Text Example
Text Example
White with #552EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552EFC; }
p { color: rgb(85,46,252); }
H1.HeaderClassName
{
color: #552EFC;
}
.AnyTagClassName
{
color: #552EFC;
}
</style>
background-color css
<style>
a { background-color: #552EFC; }
a { background-color: rgb(85,46,252); }
div.DivClassName
{
background-color: #552EFC;
}
.BgClassName
{
background-color: #552EFC;
}
</style>
border-color css
<style>
span { border-color: #552EFC; }
span { border-color: rgb(85,46,252); }
td.TdClassName
{
border-color: #552EFC;
}
.TagClassName
{
border-color: #552EFC;
}
</style>