Shades of Han Purple #5C2BFD
Tints of Han Purple #5C2BFD
RGB
CMYK
RGB Variations
Color information
#5C2BFD (or 0x5C2BFD) is known color: Han Purple. HEX triplet: 5C, 2B and FD. RGB value is (92,43,253). Sum of RGB (Red+Green+Blue) = 92+43+253=388 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.71% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 253 (99.22% from 255 or 65.21% from 388); Max value from RGB is 253 - color contains mainly: blue. Hex color #5C2BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C2BFD is #A3D402. Grayscale: #505050. Windows color (decimal): -10736643 or 16591708. OLE color: 16591708.
HSL color Cylindrical-coordinate representation of color #5C2BFD: hue angle of 254º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C2BFD is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 43 | 253 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.01 |
| HSL | 254º | 0.98% | 0.58% | - |
| HSV(B) | 254º | 0.83% | 0.99% | - |
| XYZ | 23.01 | 11.09 | 93.86 | - |
| YUV | 81.59 | 224.73 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 43 | 253 | 0.64 | 0.83 | 0 | 0.01 | 254 | 0.98 | 0.58 |
| Hex | 5C | 2B | FD | 40 | 53 | 0 | 1 | FE | 62 | 3A |
| Octal | 134 | 53 | 375 | 100 | 123 | 0 | 1 | 376 | 142 | 72 |
| Binary | 1011100 | 101011 | 11111101 | 1000000 | 1010011 | 0 | 1 | 11111110 | 1100010 | 111010 |
Color Harmonies of #5C2BFD
Complementary color
Monochromatic Colors of #5C2BFD
Black with #5C2BFD
Text Example
Text Example
White with #5C2BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2BFD; }
p { color: rgb(92,43,253); }
H1.HeaderClassName
{
color: #5C2BFD;
}
.AnyTagClassName
{
color: #5C2BFD;
}
</style>
background-color css
<style>
a { background-color: #5C2BFD; }
a { background-color: rgb(92,43,253); }
div.DivClassName
{
background-color: #5C2BFD;
}
.BgClassName
{
background-color: #5C2BFD;
}
</style>
border-color css
<style>
span { border-color: #5C2BFD; }
span { border-color: rgb(92,43,253); }
td.TdClassName
{
border-color: #5C2BFD;
}
.TagClassName
{
border-color: #5C2BFD;
}
</style>