Shades of Han Purple #6124F3
Tints of Han Purple #6124F3
RGB
CMYK
RGB Variations
Color information
#6124F3 (or 0x6124F3) is known color: Han Purple. HEX triplet: 61, 24 and F3. RGB value is (97,36,243). Sum of RGB (Red+Green+Blue) = 97+36+243=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 243 (95.31% from 255 or 64.63% from 376); Max value from RGB is 243 - color contains mainly: blue. Hex color #6124F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6124F3 is #9EDB0C. Grayscale: #4D4D4D. Windows color (decimal): -10410765 or 15934561. OLE color: 15934561.
HSL color Cylindrical-coordinate representation of color #6124F3: hue angle of 257.68º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6124F3 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 36 | 243 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.05 |
| HSL | 257.68º | 0.9% | 0.55% | - |
| HSV(B) | 257.68º | 0.85% | 0.95% | - |
| XYZ | 21.74 | 10.27 | 85.63 | - |
| YUV | 77.84 | 221.21 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 36 | 243 | 0.60 | 0.85 | 0 | 0.05 | 257.68 | 0.9 | 0.55 |
| Hex | 61 | 24 | F3 | 3C | 55 | 0 | 5 | 102 | 5A | 37 |
| Octal | 141 | 44 | 363 | 74 | 125 | 0 | 5 | 402 | 132 | 67 |
| Binary | 1100001 | 100100 | 11110011 | 111100 | 1010101 | 0 | 101 | 100000010 | 1011010 | 110111 |
Color Harmonies of #6124F3
Complementary color
Monochromatic Colors of #6124F3
Black with #6124F3
Text Example
Text Example
White with #6124F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6124F3; }
p { color: rgb(97,36,243); }
H1.HeaderClassName
{
color: #6124F3;
}
.AnyTagClassName
{
color: #6124F3;
}
</style>
background-color css
<style>
a { background-color: #6124F3; }
a { background-color: rgb(97,36,243); }
div.DivClassName
{
background-color: #6124F3;
}
.BgClassName
{
background-color: #6124F3;
}
</style>
border-color css
<style>
span { border-color: #6124F3; }
span { border-color: rgb(97,36,243); }
td.TdClassName
{
border-color: #6124F3;
}
.TagClassName
{
border-color: #6124F3;
}
</style>