Shades of Han Purple #5C0CFB
Tints of Han Purple #5C0CFB
RGB
CMYK
RGB Variations
Color information
#5C0CFB (or 0x5C0CFB) is known color: Han Purple. HEX triplet: 5C, 0C and FB. RGB value is (92,12,251). Sum of RGB (Red+Green+Blue) = 92+12+251=355 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.92% from 355); Green value is 12 (5.08% from 255 or 3.38% from 355); Blue value is 251 (98.44% from 255 or 70.70% from 355); Max value from RGB is 251 - color contains mainly: blue. Hex color #5C0CFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C0CFB is #A3F304. Grayscale: #3E3E3E. Windows color (decimal): -10744581 or 16452700. OLE color: 16452700.
HSL color Cylindrical-coordinate representation of color #5C0CFB: hue angle of 260.08º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C0CFB is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 12 | 251 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.02 |
| HSL | 260.08º | 0.97% | 0.52% | - |
| HSV(B) | 260.08º | 0.95% | 0.98% | - |
| XYZ | 21.96 | 9.5 | 91.94 | - |
| YUV | 63.17 | 234 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 12 | 251 | 0.63 | 0.95 | 0 | 0.02 | 260.08 | 0.97 | 0.52 |
| Hex | 5C | C | FB | 3F | 5F | 0 | 2 | 104 | 61 | 34 |
| Octal | 134 | 14 | 373 | 77 | 137 | 0 | 2 | 404 | 141 | 64 |
| Binary | 1011100 | 1100 | 11111011 | 111111 | 1011111 | 0 | 10 | 100000100 | 1100001 | 110100 |
Color Harmonies of #5C0CFB
Complementary color
Monochromatic Colors of #5C0CFB
Black with #5C0CFB
Text Example
Text Example
White with #5C0CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0CFB; }
p { color: rgb(92,12,251); }
H1.HeaderClassName
{
color: #5C0CFB;
}
.AnyTagClassName
{
color: #5C0CFB;
}
</style>
background-color css
<style>
a { background-color: #5C0CFB; }
a { background-color: rgb(92,12,251); }
div.DivClassName
{
background-color: #5C0CFB;
}
.BgClassName
{
background-color: #5C0CFB;
}
</style>
border-color css
<style>
span { border-color: #5C0CFB; }
span { border-color: rgb(92,12,251); }
td.TdClassName
{
border-color: #5C0CFB;
}
.TagClassName
{
border-color: #5C0CFB;
}
</style>