Shades of Han Purple #5C2AFD
Tints of Han Purple #5C2AFD
RGB
CMYK
RGB Variations
Color information
#5C2AFD (or 0x5C2AFD) is known color: Han Purple. HEX triplet: 5C, 2A and FD. RGB value is (92,42,253). Sum of RGB (Red+Green+Blue) = 92+42+253=387 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.77% from 387); Green value is 42 (16.80% from 255 or 10.85% from 387); Blue value is 253 (99.22% from 255 or 65.37% from 387); Max value from RGB is 253 - color contains mainly: blue. Hex color #5C2AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C2AFD is #A3D502. Grayscale: #505050. Windows color (decimal): -10736899 or 16591452. OLE color: 16591452.
HSL color Cylindrical-coordinate representation of color #5C2AFD: hue angle of 254.22º 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 #5C2AFD is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 42 | 253 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.01 |
| HSL | 254.22º | 0.98% | 0.58% | - |
| HSV(B) | 254.22º | 0.83% | 0.99% | - |
| XYZ | 22.97 | 11.02 | 93.85 | - |
| YUV | 81 | 225.07 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 42 | 253 | 0.64 | 0.83 | 0 | 0.01 | 254.22 | 0.98 | 0.58 |
| Hex | 5C | 2A | FD | 40 | 53 | 0 | 1 | FE | 62 | 3A |
| Octal | 134 | 52 | 375 | 100 | 123 | 0 | 1 | 376 | 142 | 72 |
| Binary | 1011100 | 101010 | 11111101 | 1000000 | 1010011 | 0 | 1 | 11111110 | 1100010 | 111010 |
Color Harmonies of #5C2AFD
Complementary color
Monochromatic Colors of #5C2AFD
Black with #5C2AFD
Text Example
Text Example
White with #5C2AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2AFD; }
p { color: rgb(92,42,253); }
H1.HeaderClassName
{
color: #5C2AFD;
}
.AnyTagClassName
{
color: #5C2AFD;
}
</style>
background-color css
<style>
a { background-color: #5C2AFD; }
a { background-color: rgb(92,42,253); }
div.DivClassName
{
background-color: #5C2AFD;
}
.BgClassName
{
background-color: #5C2AFD;
}
</style>
border-color css
<style>
span { border-color: #5C2AFD; }
span { border-color: rgb(92,42,253); }
td.TdClassName
{
border-color: #5C2AFD;
}
.TagClassName
{
border-color: #5C2AFD;
}
</style>