Shades of Han Purple #5C34FD
Tints of Han Purple #5C34FD
RGB
CMYK
RGB Variations
Color information
#5C34FD (or 0x5C34FD) is known color: Han Purple. HEX triplet: 5C, 34 and FD. RGB value is (92,52,253). Sum of RGB (Red+Green+Blue) = 92+52+253=397 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.17% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #5C34FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C34FD is #A3CB02. Grayscale: #565656. Windows color (decimal): -10734339 or 16594012. OLE color: 16594012.
HSL color Cylindrical-coordinate representation of color #5C34FD: hue angle of 251.94º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C34FD is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 52 | 253 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.01 |
| HSL | 251.94º | 0.98% | 0.6% | - |
| HSV(B) | 251.94º | 0.79% | 0.99% | - |
| XYZ | 23.37 | 11.82 | 93.98 | - |
| YUV | 86.87 | 221.75 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 52 | 253 | 0.64 | 0.79 | 0 | 0.01 | 251.94 | 0.98 | 0.6 |
| Hex | 5C | 34 | FD | 40 | 4F | 0 | 1 | FC | 62 | 3C |
| Octal | 134 | 64 | 375 | 100 | 117 | 0 | 1 | 374 | 142 | 74 |
| Binary | 1011100 | 110100 | 11111101 | 1000000 | 1001111 | 0 | 1 | 11111100 | 1100010 | 111100 |
Color Harmonies of #5C34FD
Complementary color
Monochromatic Colors of #5C34FD
Black with #5C34FD
Text Example
Text Example
White with #5C34FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C34FD; }
p { color: rgb(92,52,253); }
H1.HeaderClassName
{
color: #5C34FD;
}
.AnyTagClassName
{
color: #5C34FD;
}
</style>
background-color css
<style>
a { background-color: #5C34FD; }
a { background-color: rgb(92,52,253); }
div.DivClassName
{
background-color: #5C34FD;
}
.BgClassName
{
background-color: #5C34FD;
}
</style>
border-color css
<style>
span { border-color: #5C34FD; }
span { border-color: rgb(92,52,253); }
td.TdClassName
{
border-color: #5C34FD;
}
.TagClassName
{
border-color: #5C34FD;
}
</style>