Shades of Han Purple #612DFB
Tints of Han Purple #612DFB
RGB
CMYK
RGB Variations
Color information
#612DFB (or 0x612DFB) is known color: Han Purple. HEX triplet: 61, 2D and FB. RGB value is (97,45,251). Sum of RGB (Red+Green+Blue) = 97+45+251=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #612DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612DFB is #9ED204. Grayscale: #535353. Windows color (decimal): -10408453 or 16461153. OLE color: 16461153.
HSL color Cylindrical-coordinate representation of color #612DFB: hue angle of 255.15º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #612DFB is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 45 | 251 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.02 |
| HSL | 255.15º | 0.96% | 0.58% | - |
| HSV(B) | 255.15º | 0.82% | 0.98% | - |
| XYZ | 23.28 | 11.38 | 92.24 | - |
| YUV | 84.03 | 222.23 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 45 | 251 | 0.61 | 0.82 | 0 | 0.02 | 255.15 | 0.96 | 0.58 |
| Hex | 61 | 2D | FB | 3D | 52 | 0 | 2 | FF | 60 | 3A |
| Octal | 141 | 55 | 373 | 75 | 122 | 0 | 2 | 377 | 140 | 72 |
| Binary | 1100001 | 101101 | 11111011 | 111101 | 1010010 | 0 | 10 | 11111111 | 1100000 | 111010 |
Color Harmonies of #612DFB
Complementary color
Monochromatic Colors of #612DFB
Black with #612DFB
Text Example
Text Example
White with #612DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612DFB; }
p { color: rgb(97,45,251); }
H1.HeaderClassName
{
color: #612DFB;
}
.AnyTagClassName
{
color: #612DFB;
}
</style>
background-color css
<style>
a { background-color: #612DFB; }
a { background-color: rgb(97,45,251); }
div.DivClassName
{
background-color: #612DFB;
}
.BgClassName
{
background-color: #612DFB;
}
</style>
border-color css
<style>
span { border-color: #612DFB; }
span { border-color: rgb(97,45,251); }
td.TdClassName
{
border-color: #612DFB;
}
.TagClassName
{
border-color: #612DFB;
}
</style>