Shades of Han Purple #612CF3
Tints of Han Purple #612CF3
RGB
CMYK
RGB Variations
Color information
#612CF3 (or 0x612CF3) is known color: Han Purple. HEX triplet: 61, 2C and F3. RGB value is (97,44,243). Sum of RGB (Red+Green+Blue) = 97+44+243=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 44 (17.58% from 255 or 11.46% from 384); Blue value is 243 (95.31% from 255 or 63.28% from 384); Max value from RGB is 243 - color contains mainly: blue. Hex color #612CF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612CF3 is #9ED30C. Grayscale: #515151. Windows color (decimal): -10408717 or 15936609. OLE color: 15936609.
HSL color Cylindrical-coordinate representation of color #612CF3: hue angle of 255.98º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #612CF3 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 44 | 243 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.05 |
| HSL | 255.98º | 0.89% | 0.56% | - |
| HSV(B) | 255.98º | 0.82% | 0.95% | - |
| XYZ | 22.01 | 10.81 | 85.72 | - |
| YUV | 82.53 | 218.56 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 44 | 243 | 0.60 | 0.82 | 0 | 0.05 | 255.98 | 0.89 | 0.56 |
| Hex | 61 | 2C | F3 | 3C | 52 | 0 | 5 | 100 | 59 | 38 |
| Octal | 141 | 54 | 363 | 74 | 122 | 0 | 5 | 400 | 131 | 70 |
| Binary | 1100001 | 101100 | 11110011 | 111100 | 1010010 | 0 | 101 | 100000000 | 1011001 | 111000 |
Color Harmonies of #612CF3
Complementary color
Monochromatic Colors of #612CF3
Black with #612CF3
Text Example
Text Example
White with #612CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612CF3; }
p { color: rgb(97,44,243); }
H1.HeaderClassName
{
color: #612CF3;
}
.AnyTagClassName
{
color: #612CF3;
}
</style>
background-color css
<style>
a { background-color: #612CF3; }
a { background-color: rgb(97,44,243); }
div.DivClassName
{
background-color: #612CF3;
}
.BgClassName
{
background-color: #612CF3;
}
</style>
border-color css
<style>
span { border-color: #612CF3; }
span { border-color: rgb(97,44,243); }
td.TdClassName
{
border-color: #612CF3;
}
.TagClassName
{
border-color: #612CF3;
}
</style>