Shades of Han Purple #5C26FA
Tints of Han Purple #5C26FA
RGB
CMYK
RGB Variations
Color information
#5C26FA (or 0x5C26FA) is known color: Han Purple. HEX triplet: 5C, 26 and FA. RGB value is (92,38,250). Sum of RGB (Red+Green+Blue) = 92+38+250=380 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.21% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #5C26FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5C26FA is #A3D905. Grayscale: #4D4D4D. Windows color (decimal): -10737926 or 16393820. OLE color: 16393820.
HSL color Cylindrical-coordinate representation of color #5C26FA: hue angle of 255.28º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C26FA is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 38 | 250 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.02 |
| HSL | 255.28º | 0.95% | 0.56% | - |
| HSV(B) | 255.28º | 0.85% | 0.98% | - |
| XYZ | 22.36 | 10.56 | 91.3 | - |
| YUV | 78.31 | 224.89 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 38 | 250 | 0.63 | 0.85 | 0 | 0.02 | 255.28 | 0.95 | 0.56 |
| Hex | 5C | 26 | FA | 3F | 55 | 0 | 2 | FF | 5F | 38 |
| Octal | 134 | 46 | 372 | 77 | 125 | 0 | 2 | 377 | 137 | 70 |
| Binary | 1011100 | 100110 | 11111010 | 111111 | 1010101 | 0 | 10 | 11111111 | 1011111 | 111000 |
Color Harmonies of #5C26FA
Complementary color
Monochromatic Colors of #5C26FA
Black with #5C26FA
Text Example
Text Example
White with #5C26FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C26FA; }
p { color: rgb(92,38,250); }
H1.HeaderClassName
{
color: #5C26FA;
}
.AnyTagClassName
{
color: #5C26FA;
}
</style>
background-color css
<style>
a { background-color: #5C26FA; }
a { background-color: rgb(92,38,250); }
div.DivClassName
{
background-color: #5C26FA;
}
.BgClassName
{
background-color: #5C26FA;
}
</style>
border-color css
<style>
span { border-color: #5C26FA; }
span { border-color: rgb(92,38,250); }
td.TdClassName
{
border-color: #5C26FA;
}
.TagClassName
{
border-color: #5C26FA;
}
</style>