Shades of Han Purple #612CFA
Tints of Han Purple #612CFA
RGB
CMYK
RGB Variations
Color information
#612CFA (or 0x612CFA) is known color: Han Purple. HEX triplet: 61, 2C and FA. RGB value is (97,44,250). Sum of RGB (Red+Green+Blue) = 97+44+250=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 44 (17.58% from 255 or 11.25% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #612CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612CFA is #9ED305. Grayscale: #525252. Windows color (decimal): -10408710 or 16395361. OLE color: 16395361.
HSL color Cylindrical-coordinate representation of color #612CFA: hue angle of 255.44º degrees, saturation: 0.95, 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 #612CFA is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 44 | 250 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.02 |
| HSL | 255.44º | 0.95% | 0.58% | - |
| HSV(B) | 255.44º | 0.82% | 0.98% | - |
| XYZ | 23.09 | 11.24 | 91.4 | - |
| YUV | 83.33 | 222.06 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 44 | 250 | 0.61 | 0.82 | 0 | 0.02 | 255.44 | 0.95 | 0.58 |
| Hex | 61 | 2C | FA | 3D | 52 | 0 | 2 | FF | 5F | 3A |
| Octal | 141 | 54 | 372 | 75 | 122 | 0 | 2 | 377 | 137 | 72 |
| Binary | 1100001 | 101100 | 11111010 | 111101 | 1010010 | 0 | 10 | 11111111 | 1011111 | 111010 |
Color Harmonies of #612CFA
Complementary color
Monochromatic Colors of #612CFA
Black with #612CFA
Text Example
Text Example
White with #612CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612CFA; }
p { color: rgb(97,44,250); }
H1.HeaderClassName
{
color: #612CFA;
}
.AnyTagClassName
{
color: #612CFA;
}
</style>
background-color css
<style>
a { background-color: #612CFA; }
a { background-color: rgb(97,44,250); }
div.DivClassName
{
background-color: #612CFA;
}
.BgClassName
{
background-color: #612CFA;
}
</style>
border-color css
<style>
span { border-color: #612CFA; }
span { border-color: rgb(97,44,250); }
td.TdClassName
{
border-color: #612CFA;
}
.TagClassName
{
border-color: #612CFA;
}
</style>