Shades of Han Purple #601BFB
Tints of Han Purple #601BFB
RGB
CMYK
RGB Variations
Color information
#601BFB (or 0x601BFB) is known color: Han Purple. HEX triplet: 60, 1B and FB. RGB value is (96,27,251). Sum of RGB (Red+Green+Blue) = 96+27+251=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 27 (10.94% from 255 or 7.22% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #601BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #601BFB is #9FE404. Grayscale: #484848. Windows color (decimal): -10478597 or 16456544. OLE color: 16456544.
HSL color Cylindrical-coordinate representation of color #601BFB: hue angle of 258.48º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #601BFB is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 27 | 251 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.02 |
| HSL | 258.48º | 0.97% | 0.55% | - |
| HSV(B) | 258.48º | 0.89% | 0.98% | - |
| XYZ | 22.63 | 10.24 | 92.05 | - |
| YUV | 73.17 | 228.36 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 27 | 251 | 0.62 | 0.89 | 0 | 0.02 | 258.48 | 0.97 | 0.55 |
| Hex | 60 | 1B | FB | 3E | 59 | 0 | 2 | 102 | 61 | 37 |
| Octal | 140 | 33 | 373 | 76 | 131 | 0 | 2 | 402 | 141 | 67 |
| Binary | 1100000 | 11011 | 11111011 | 111110 | 1011001 | 0 | 10 | 100000010 | 1100001 | 110111 |
Color Harmonies of #601BFB
Complementary color
Monochromatic Colors of #601BFB
Black with #601BFB
Text Example
Text Example
White with #601BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601BFB; }
p { color: rgb(96,27,251); }
H1.HeaderClassName
{
color: #601BFB;
}
.AnyTagClassName
{
color: #601BFB;
}
</style>
background-color css
<style>
a { background-color: #601BFB; }
a { background-color: rgb(96,27,251); }
div.DivClassName
{
background-color: #601BFB;
}
.BgClassName
{
background-color: #601BFB;
}
</style>
border-color css
<style>
span { border-color: #601BFB; }
span { border-color: rgb(96,27,251); }
td.TdClassName
{
border-color: #601BFB;
}
.TagClassName
{
border-color: #601BFB;
}
</style>