Shades of Han Purple #612AFB
Tints of Han Purple #612AFB
RGB
CMYK
RGB Variations
Color information
#612AFB (or 0x612AFB) is known color: Han Purple. HEX triplet: 61, 2A and FB. RGB value is (97,42,251). Sum of RGB (Red+Green+Blue) = 97+42+251=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 251 (98.44% from 255 or 64.36% from 390); Max value from RGB is 251 - color contains mainly: blue. Hex color #612AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612AFB is #9ED504. Grayscale: #515151. Windows color (decimal): -10409221 or 16460385. OLE color: 16460385.
HSL color Cylindrical-coordinate representation of color #612AFB: hue angle of 255.79º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #612AFB is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 42 | 251 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.02 |
| HSL | 255.79º | 0.96% | 0.57% | - |
| HSV(B) | 255.79º | 0.83% | 0.98% | - |
| XYZ | 23.17 | 11.16 | 92.2 | - |
| YUV | 82.27 | 223.22 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 42 | 251 | 0.61 | 0.83 | 0 | 0.02 | 255.79 | 0.96 | 0.57 |
| Hex | 61 | 2A | FB | 3D | 53 | 0 | 2 | 100 | 60 | 39 |
| Octal | 141 | 52 | 373 | 75 | 123 | 0 | 2 | 400 | 140 | 71 |
| Binary | 1100001 | 101010 | 11111011 | 111101 | 1010011 | 0 | 10 | 100000000 | 1100000 | 111001 |
Color Harmonies of #612AFB
Complementary color
Monochromatic Colors of #612AFB
Black with #612AFB
Text Example
Text Example
White with #612AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612AFB; }
p { color: rgb(97,42,251); }
H1.HeaderClassName
{
color: #612AFB;
}
.AnyTagClassName
{
color: #612AFB;
}
</style>
background-color css
<style>
a { background-color: #612AFB; }
a { background-color: rgb(97,42,251); }
div.DivClassName
{
background-color: #612AFB;
}
.BgClassName
{
background-color: #612AFB;
}
</style>
border-color css
<style>
span { border-color: #612AFB; }
span { border-color: rgb(97,42,251); }
td.TdClassName
{
border-color: #612AFB;
}
.TagClassName
{
border-color: #612AFB;
}
</style>