Shades of Han Purple #612AFF
Tints of Han Purple #612AFF
RGB
CMYK
RGB Variations
Color information
#612AFF (or 0x612AFF) is known color: Han Purple. HEX triplet: 61, 2A and FF. RGB value is (97,42,255). Sum of RGB (Red+Green+Blue) = 97+42+255=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 42 (16.80% from 255 or 10.66% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #612AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612AFF is #9ED500. Grayscale: #515151. Windows color (decimal): -10409217 or 16722529. OLE color: 16722529.
HSL color Cylindrical-coordinate representation of color #612AFF: hue angle of 255.49º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #612AFF is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 42 | 255 | - |
| CMYK | 0.62 | 0.84 | 0 | 0 |
| HSL | 255.49º | 1% | 0.58% | - |
| HSV(B) | 255.49º | 0.84% | 1% | - |
| XYZ | 23.81 | 11.42 | 95.56 | - |
| YUV | 82.73 | 225.22 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 42 | 255 | 0.62 | 0.84 | 0 | 0 | 255.49 | 1 | 0.58 |
| Hex | 61 | 2A | FF | 3E | 54 | 0 | 0 | FF | 64 | 3A |
| Octal | 141 | 52 | 377 | 76 | 124 | 0 | 0 | 377 | 144 | 72 |
| Binary | 1100001 | 101010 | 11111111 | 111110 | 1010100 | 0 | 0 | 11111111 | 1100100 | 111010 |
Color Harmonies of #612AFF
Complementary color
Monochromatic Colors of #612AFF
Black with #612AFF
Text Example
Text Example
White with #612AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612AFF; }
p { color: rgb(97,42,255); }
H1.HeaderClassName
{
color: #612AFF;
}
.AnyTagClassName
{
color: #612AFF;
}
</style>
background-color css
<style>
a { background-color: #612AFF; }
a { background-color: rgb(97,42,255); }
div.DivClassName
{
background-color: #612AFF;
}
.BgClassName
{
background-color: #612AFF;
}
</style>
border-color css
<style>
span { border-color: #612AFF; }
span { border-color: rgb(97,42,255); }
td.TdClassName
{
border-color: #612AFF;
}
.TagClassName
{
border-color: #612AFF;
}
</style>