Shades of Han Purple #612AF4
Tints of Han Purple #612AF4
RGB
CMYK
RGB Variations
Color information
#612AF4 (or 0x612AF4) is known color: Han Purple. HEX triplet: 61, 2A and F4. RGB value is (97,42,244). Sum of RGB (Red+Green+Blue) = 97+42+244=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 244 (95.70% from 255 or 63.71% from 383); Max value from RGB is 244 - color contains mainly: blue. Hex color #612AF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612AF4 is #9ED50B. Grayscale: #505050. Windows color (decimal): -10409228 or 16001633. OLE color: 16001633.
HSL color Cylindrical-coordinate representation of color #612AF4: hue angle of 256.34º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #612AF4 is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 42 | 244 | - |
| CMYK | 0.60 | 0.83 | 0 | 0.04 |
| HSL | 256.34º | 0.9% | 0.56% | - |
| HSV(B) | 256.34º | 0.83% | 0.96% | - |
| XYZ | 22.09 | 10.73 | 86.49 | - |
| YUV | 81.47 | 219.72 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 42 | 244 | 0.60 | 0.83 | 0 | 0.04 | 256.34 | 0.9 | 0.56 |
| Hex | 61 | 2A | F4 | 3C | 53 | 0 | 4 | 100 | 5A | 38 |
| Octal | 141 | 52 | 364 | 74 | 123 | 0 | 4 | 400 | 132 | 70 |
| Binary | 1100001 | 101010 | 11110100 | 111100 | 1010011 | 0 | 100 | 100000000 | 1011010 | 111000 |
Color Harmonies of #612AF4
Complementary color
Monochromatic Colors of #612AF4
Black with #612AF4
Text Example
Text Example
White with #612AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612AF4; }
p { color: rgb(97,42,244); }
H1.HeaderClassName
{
color: #612AF4;
}
.AnyTagClassName
{
color: #612AF4;
}
</style>
background-color css
<style>
a { background-color: #612AF4; }
a { background-color: rgb(97,42,244); }
div.DivClassName
{
background-color: #612AF4;
}
.BgClassName
{
background-color: #612AF4;
}
</style>
border-color css
<style>
span { border-color: #612AF4; }
span { border-color: rgb(97,42,244); }
td.TdClassName
{
border-color: #612AF4;
}
.TagClassName
{
border-color: #612AF4;
}
</style>