Shades of Han Purple #611FFF
Tints of Han Purple #611FFF
RGB
CMYK
RGB Variations
Color information
#611FFF (or 0x611FFF) is known color: Han Purple. HEX triplet: 61, 1F and FF. RGB value is (97,31,255). Sum of RGB (Red+Green+Blue) = 97+31+255=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #611FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611FFF is #9EE000. Grayscale: #4B4B4B. Windows color (decimal): -10412033 or 16719713. OLE color: 16719713.
HSL color Cylindrical-coordinate representation of color #611FFF: hue angle of 257.68º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #611FFF is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 31 | 255 | - |
| CMYK | 0.62 | 0.88 | 0 | 0 |
| HSL | 257.68º | 1% | 0.56% | - |
| HSV(B) | 257.68º | 0.88% | 1% | - |
| XYZ | 23.47 | 10.74 | 95.44 | - |
| YUV | 76.27 | 228.87 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 31 | 255 | 0.62 | 0.88 | 0 | 0 | 257.68 | 1 | 0.56 |
| Hex | 61 | 1F | FF | 3E | 58 | 0 | 0 | 102 | 64 | 38 |
| Octal | 141 | 37 | 377 | 76 | 130 | 0 | 0 | 402 | 144 | 70 |
| Binary | 1100001 | 11111 | 11111111 | 111110 | 1011000 | 0 | 0 | 100000010 | 1100100 | 111000 |
Color Harmonies of #611FFF
Complementary color
Monochromatic Colors of #611FFF
Black with #611FFF
Text Example
Text Example
White with #611FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611FFF; }
p { color: rgb(97,31,255); }
H1.HeaderClassName
{
color: #611FFF;
}
.AnyTagClassName
{
color: #611FFF;
}
</style>
background-color css
<style>
a { background-color: #611FFF; }
a { background-color: rgb(97,31,255); }
div.DivClassName
{
background-color: #611FFF;
}
.BgClassName
{
background-color: #611FFF;
}
</style>
border-color css
<style>
span { border-color: #611FFF; }
span { border-color: rgb(97,31,255); }
td.TdClassName
{
border-color: #611FFF;
}
.TagClassName
{
border-color: #611FFF;
}
</style>