Shades of Han Purple #611FFE
Tints of Han Purple #611FFE
RGB
CMYK
RGB Variations
Color information
#611FFE (or 0x611FFE) is known color: Han Purple. HEX triplet: 61, 1F and FE. RGB value is (97,31,254). Sum of RGB (Red+Green+Blue) = 97+31+254=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 254 (99.61% from 255 or 66.49% from 382); Max value from RGB is 254 - color contains mainly: blue. Hex color #611FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #611FFE is #9EE001. Grayscale: #4B4B4B. Windows color (decimal): -10412034 or 16654177. OLE color: 16654177.
HSL color Cylindrical-coordinate representation of color #611FFE: hue angle of 257.76º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #611FFE is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 31 | 254 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.00 |
| HSL | 257.76º | 0.99% | 0.56% | - |
| HSV(B) | 257.76º | 0.88% | 1% | - |
| XYZ | 23.31 | 10.68 | 94.6 | - |
| YUV | 76.16 | 228.37 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 31 | 254 | 0.62 | 0.88 | 0 | 0.00 | 257.76 | 0.99 | 0.56 |
| Hex | 61 | 1F | FE | 3E | 58 | 0 | 0 | 102 | 63 | 38 |
| Octal | 141 | 37 | 376 | 76 | 130 | 0 | 0 | 402 | 143 | 70 |
| Binary | 1100001 | 11111 | 11111110 | 111110 | 1011000 | 0 | 0 | 100000010 | 1100011 | 111000 |
Color Harmonies of #611FFE
Complementary color
Monochromatic Colors of #611FFE
Black with #611FFE
Text Example
Text Example
White with #611FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611FFE; }
p { color: rgb(97,31,254); }
H1.HeaderClassName
{
color: #611FFE;
}
.AnyTagClassName
{
color: #611FFE;
}
</style>
background-color css
<style>
a { background-color: #611FFE; }
a { background-color: rgb(97,31,254); }
div.DivClassName
{
background-color: #611FFE;
}
.BgClassName
{
background-color: #611FFE;
}
</style>
border-color css
<style>
span { border-color: #611FFE; }
span { border-color: rgb(97,31,254); }
td.TdClassName
{
border-color: #611FFE;
}
.TagClassName
{
border-color: #611FFE;
}
</style>