Shades of Han Purple #612DFC
Tints of Han Purple #612DFC
RGB
CMYK
RGB Variations
Color information
#612DFC (or 0x612DFC) is known color: Han Purple. HEX triplet: 61, 2D and FC. RGB value is (97,45,252). Sum of RGB (Red+Green+Blue) = 97+45+252=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #612DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612DFC is #9ED203. Grayscale: #535353. Windows color (decimal): -10408452 or 16526689. OLE color: 16526689.
HSL color Cylindrical-coordinate representation of color #612DFC: hue angle of 255.07º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #612DFC is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 45 | 252 | - |
| CMYK | 0.62 | 0.82 | 0 | 0.01 |
| HSL | 255.07º | 0.97% | 0.58% | - |
| HSV(B) | 255.07º | 0.82% | 0.99% | - |
| XYZ | 23.44 | 11.45 | 93.07 | - |
| YUV | 84.15 | 222.73 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 45 | 252 | 0.62 | 0.82 | 0 | 0.01 | 255.07 | 0.97 | 0.58 |
| Hex | 61 | 2D | FC | 3E | 52 | 0 | 1 | FF | 61 | 3A |
| Octal | 141 | 55 | 374 | 76 | 122 | 0 | 1 | 377 | 141 | 72 |
| Binary | 1100001 | 101101 | 11111100 | 111110 | 1010010 | 0 | 1 | 11111111 | 1100001 | 111010 |
Color Harmonies of #612DFC
Complementary color
Monochromatic Colors of #612DFC
Black with #612DFC
Text Example
Text Example
White with #612DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612DFC; }
p { color: rgb(97,45,252); }
H1.HeaderClassName
{
color: #612DFC;
}
.AnyTagClassName
{
color: #612DFC;
}
</style>
background-color css
<style>
a { background-color: #612DFC; }
a { background-color: rgb(97,45,252); }
div.DivClassName
{
background-color: #612DFC;
}
.BgClassName
{
background-color: #612DFC;
}
</style>
border-color css
<style>
span { border-color: #612DFC; }
span { border-color: rgb(97,45,252); }
td.TdClassName
{
border-color: #612DFC;
}
.TagClassName
{
border-color: #612DFC;
}
</style>