Shades of Han Purple #612BF5
Tints of Han Purple #612BF5
RGB
CMYK
RGB Variations
Color information
#612BF5 (or 0x612BF5) is known color: Han Purple. HEX triplet: 61, 2B and F5. RGB value is (97,43,245). Sum of RGB (Red+Green+Blue) = 97+43+245=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 245 (96.09% from 255 or 63.64% from 385); Max value from RGB is 245 - color contains mainly: blue. Hex color #612BF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612BF5 is #9ED40A. Grayscale: #515151. Windows color (decimal): -10408971 or 16067425. OLE color: 16067425.
HSL color Cylindrical-coordinate representation of color #612BF5: hue angle of 256.04º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #612BF5 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 43 | 245 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.04 |
| HSL | 256.04º | 0.91% | 0.56% | - |
| HSV(B) | 256.04º | 0.82% | 0.96% | - |
| XYZ | 22.28 | 10.86 | 87.31 | - |
| YUV | 82.17 | 219.89 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 43 | 245 | 0.60 | 0.82 | 0 | 0.04 | 256.04 | 0.91 | 0.56 |
| Hex | 61 | 2B | F5 | 3C | 52 | 0 | 4 | 100 | 5B | 38 |
| Octal | 141 | 53 | 365 | 74 | 122 | 0 | 4 | 400 | 133 | 70 |
| Binary | 1100001 | 101011 | 11110101 | 111100 | 1010010 | 0 | 100 | 100000000 | 1011011 | 111000 |
Color Harmonies of #612BF5
Complementary color
Monochromatic Colors of #612BF5
Black with #612BF5
Text Example
Text Example
White with #612BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612BF5; }
p { color: rgb(97,43,245); }
H1.HeaderClassName
{
color: #612BF5;
}
.AnyTagClassName
{
color: #612BF5;
}
</style>
background-color css
<style>
a { background-color: #612BF5; }
a { background-color: rgb(97,43,245); }
div.DivClassName
{
background-color: #612BF5;
}
.BgClassName
{
background-color: #612BF5;
}
</style>
border-color css
<style>
span { border-color: #612BF5; }
span { border-color: rgb(97,43,245); }
td.TdClassName
{
border-color: #612BF5;
}
.TagClassName
{
border-color: #612BF5;
}
</style>