Shades of Han Purple #611BFF
Tints of Han Purple #611BFF
RGB
CMYK
RGB Variations
Color information
#611BFF (or 0x611BFF) is known color: Han Purple. HEX triplet: 61, 1B and FF. RGB value is (97,27,255). Sum of RGB (Red+Green+Blue) = 97+27+255=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #611BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611BFF is #9EE400. Grayscale: #494949. Windows color (decimal): -10413057 or 16718689. OLE color: 16718689.
HSL color Cylindrical-coordinate representation of color #611BFF: hue angle of 258.42º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #611BFF is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 27 | 255 | - |
| CMYK | 0.62 | 0.89 | 0 | 0 |
| HSL | 258.42º | 1% | 0.55% | - |
| HSV(B) | 258.42º | 0.89% | 1% | - |
| XYZ | 23.37 | 10.55 | 95.41 | - |
| YUV | 73.92 | 230.19 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 27 | 255 | 0.62 | 0.89 | 0 | 0 | 258.42 | 1 | 0.55 |
| Hex | 61 | 1B | FF | 3E | 59 | 0 | 0 | 102 | 64 | 37 |
| Octal | 141 | 33 | 377 | 76 | 131 | 0 | 0 | 402 | 144 | 67 |
| Binary | 1100001 | 11011 | 11111111 | 111110 | 1011001 | 0 | 0 | 100000010 | 1100100 | 110111 |
Color Harmonies of #611BFF
Complementary color
Monochromatic Colors of #611BFF
Black with #611BFF
Text Example
Text Example
White with #611BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611BFF; }
p { color: rgb(97,27,255); }
H1.HeaderClassName
{
color: #611BFF;
}
.AnyTagClassName
{
color: #611BFF;
}
</style>
background-color css
<style>
a { background-color: #611BFF; }
a { background-color: rgb(97,27,255); }
div.DivClassName
{
background-color: #611BFF;
}
.BgClassName
{
background-color: #611BFF;
}
</style>
border-color css
<style>
span { border-color: #611BFF; }
span { border-color: rgb(97,27,255); }
td.TdClassName
{
border-color: #611BFF;
}
.TagClassName
{
border-color: #611BFF;
}
</style>