Shades of Han Purple #612BF8
Tints of Han Purple #612BF8
RGB
CMYK
RGB Variations
Color information
#612BF8 (or 0x612BF8) is known color: Han Purple. HEX triplet: 61, 2B and F8. RGB value is (97,43,248). Sum of RGB (Red+Green+Blue) = 97+43+248=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 248 (97.27% from 255 or 63.92% from 388); Max value from RGB is 248 - color contains mainly: blue. Hex color #612BF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612BF8 is #9ED407. Grayscale: #515151. Windows color (decimal): -10408968 or 16264033. OLE color: 16264033.
HSL color Cylindrical-coordinate representation of color #612BF8: hue angle of 255.8º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #612BF8 is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 43 | 248 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.03 |
| HSL | 255.8º | 0.94% | 0.57% | - |
| HSV(B) | 255.8º | 0.83% | 0.97% | - |
| XYZ | 22.74 | 11.05 | 89.74 | - |
| YUV | 82.52 | 221.39 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 43 | 248 | 0.61 | 0.83 | 0 | 0.03 | 255.8 | 0.94 | 0.57 |
| Hex | 61 | 2B | F8 | 3D | 53 | 0 | 3 | 100 | 5E | 39 |
| Octal | 141 | 53 | 370 | 75 | 123 | 0 | 3 | 400 | 136 | 71 |
| Binary | 1100001 | 101011 | 11111000 | 111101 | 1010011 | 0 | 11 | 100000000 | 1011110 | 111001 |
Color Harmonies of #612BF8
Complementary color
Monochromatic Colors of #612BF8
Black with #612BF8
Text Example
Text Example
White with #612BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612BF8; }
p { color: rgb(97,43,248); }
H1.HeaderClassName
{
color: #612BF8;
}
.AnyTagClassName
{
color: #612BF8;
}
</style>
background-color css
<style>
a { background-color: #612BF8; }
a { background-color: rgb(97,43,248); }
div.DivClassName
{
background-color: #612BF8;
}
.BgClassName
{
background-color: #612BF8;
}
</style>
border-color css
<style>
span { border-color: #612BF8; }
span { border-color: rgb(97,43,248); }
td.TdClassName
{
border-color: #612BF8;
}
.TagClassName
{
border-color: #612BF8;
}
</style>