Shades of Han Purple #5C2DFB
Tints of Han Purple #5C2DFB
RGB
CMYK
RGB Variations
Color information
#5C2DFB (or 0x5C2DFB) is known color: Han Purple. HEX triplet: 5C, 2D and FB. RGB value is (92,45,251). Sum of RGB (Red+Green+Blue) = 92+45+251=388 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.71% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 251 (98.44% from 255 or 64.69% from 388); Max value from RGB is 251 - color contains mainly: blue. Hex color #5C2DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C2DFB is #A3D204. Grayscale: #515151. Windows color (decimal): -10736133 or 16461148. OLE color: 16461148.
HSL color Cylindrical-coordinate representation of color #5C2DFB: hue angle of 253.69º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C2DFB is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 45 | 251 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.02 |
| HSL | 253.69º | 0.96% | 0.58% | - |
| HSV(B) | 253.69º | 0.82% | 0.98% | - |
| XYZ | 22.76 | 11.12 | 92.21 | - |
| YUV | 82.54 | 223.07 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 45 | 251 | 0.63 | 0.82 | 0 | 0.02 | 253.69 | 0.96 | 0.58 |
| Hex | 5C | 2D | FB | 3F | 52 | 0 | 2 | FE | 60 | 3A |
| Octal | 134 | 55 | 373 | 77 | 122 | 0 | 2 | 376 | 140 | 72 |
| Binary | 1011100 | 101101 | 11111011 | 111111 | 1010010 | 0 | 10 | 11111110 | 1100000 | 111010 |
Color Harmonies of #5C2DFB
Complementary color
Monochromatic Colors of #5C2DFB
Black with #5C2DFB
Text Example
Text Example
White with #5C2DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2DFB; }
p { color: rgb(92,45,251); }
H1.HeaderClassName
{
color: #5C2DFB;
}
.AnyTagClassName
{
color: #5C2DFB;
}
</style>
background-color css
<style>
a { background-color: #5C2DFB; }
a { background-color: rgb(92,45,251); }
div.DivClassName
{
background-color: #5C2DFB;
}
.BgClassName
{
background-color: #5C2DFB;
}
</style>
border-color css
<style>
span { border-color: #5C2DFB; }
span { border-color: rgb(92,45,251); }
td.TdClassName
{
border-color: #5C2DFB;
}
.TagClassName
{
border-color: #5C2DFB;
}
</style>