Shades of Han Purple #612BFF
Tints of Han Purple #612BFF
RGB
CMYK
RGB Variations
Color information
#612BFF (or 0x612BFF) is known color: Han Purple. HEX triplet: 61, 2B and FF. RGB value is (97,43,255). Sum of RGB (Red+Green+Blue) = 97+43+255=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #612BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612BFF is #9ED400. Grayscale: #525252. Windows color (decimal): -10408961 or 16722785. OLE color: 16722785.
HSL color Cylindrical-coordinate representation of color #612BFF: hue angle of 255.28º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #612BFF is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 43 | 255 | - |
| CMYK | 0.62 | 0.83 | 0 | 0 |
| HSL | 255.28º | 1% | 0.58% | - |
| HSV(B) | 255.28º | 0.83% | 1% | - |
| XYZ | 23.84 | 11.49 | 95.57 | - |
| YUV | 83.31 | 224.89 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 43 | 255 | 0.62 | 0.83 | 0 | 0 | 255.28 | 1 | 0.58 |
| Hex | 61 | 2B | FF | 3E | 53 | 0 | 0 | FF | 64 | 3A |
| Octal | 141 | 53 | 377 | 76 | 123 | 0 | 0 | 377 | 144 | 72 |
| Binary | 1100001 | 101011 | 11111111 | 111110 | 1010011 | 0 | 0 | 11111111 | 1100100 | 111010 |
Color Harmonies of #612BFF
Complementary color
Monochromatic Colors of #612BFF
Black with #612BFF
Text Example
Text Example
White with #612BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612BFF; }
p { color: rgb(97,43,255); }
H1.HeaderClassName
{
color: #612BFF;
}
.AnyTagClassName
{
color: #612BFF;
}
</style>
background-color css
<style>
a { background-color: #612BFF; }
a { background-color: rgb(97,43,255); }
div.DivClassName
{
background-color: #612BFF;
}
.BgClassName
{
background-color: #612BFF;
}
</style>
border-color css
<style>
span { border-color: #612BFF; }
span { border-color: rgb(97,43,255); }
td.TdClassName
{
border-color: #612BFF;
}
.TagClassName
{
border-color: #612BFF;
}
</style>