Shades of Han Purple #6112F5
Tints of Han Purple #6112F5
RGB
CMYK
RGB Variations
Color information
#6112F5 (or 0x6112F5) is known color: Han Purple. HEX triplet: 61, 12 and F5. RGB value is (97,18,245). Sum of RGB (Red+Green+Blue) = 97+18+245=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 245 (96.09% from 255 or 68.06% from 360); Max value from RGB is 245 - color contains mainly: blue. Hex color #6112F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6112F5 is #9EED0A. Grayscale: #424242. Windows color (decimal): -10415371 or 16061025. OLE color: 16061025.
HSL color Cylindrical-coordinate representation of color #6112F5: hue angle of 260.88º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6112F5 is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 18 | 245 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.04 |
| HSL | 260.88º | 0.92% | 0.52% | - |
| HSV(B) | 260.88º | 0.93% | 0.96% | - |
| XYZ | 21.63 | 9.57 | 87.09 | - |
| YUV | 67.5 | 228.17 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 18 | 245 | 0.60 | 0.93 | 0 | 0.04 | 260.88 | 0.92 | 0.52 |
| Hex | 61 | 12 | F5 | 3C | 5D | 0 | 4 | 105 | 5C | 34 |
| Octal | 141 | 22 | 365 | 74 | 135 | 0 | 4 | 405 | 134 | 64 |
| Binary | 1100001 | 10010 | 11110101 | 111100 | 1011101 | 0 | 100 | 100000101 | 1011100 | 110100 |
Color Harmonies of #6112F5
Complementary color
Monochromatic Colors of #6112F5
Black with #6112F5
Text Example
Text Example
White with #6112F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6112F5; }
p { color: rgb(97,18,245); }
H1.HeaderClassName
{
color: #6112F5;
}
.AnyTagClassName
{
color: #6112F5;
}
</style>
background-color css
<style>
a { background-color: #6112F5; }
a { background-color: rgb(97,18,245); }
div.DivClassName
{
background-color: #6112F5;
}
.BgClassName
{
background-color: #6112F5;
}
</style>
border-color css
<style>
span { border-color: #6112F5; }
span { border-color: rgb(97,18,245); }
td.TdClassName
{
border-color: #6112F5;
}
.TagClassName
{
border-color: #6112F5;
}
</style>