Shades of Han Purple #612FF0
Tints of Han Purple #612FF0
RGB
CMYK
RGB Variations
Color information
#612FF0 (or 0x612FF0) is known color: Han Purple. HEX triplet: 61, 2F and F0. RGB value is (97,47,240). Sum of RGB (Red+Green+Blue) = 97+47+240=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 47 (18.75% from 255 or 12.24% from 384); Blue value is 240 (94.14% from 255 or 62.5% from 384); Max value from RGB is 240 - color contains mainly: blue. Hex color #612FF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612FF0 is #9ED00F. Grayscale: #535353. Windows color (decimal): -10407952 or 15740769. OLE color: 15740769.
HSL color Cylindrical-coordinate representation of color #612FF0: hue angle of 255.54º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #612FF0 is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 97 | 47 | 240 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.06 |
| HSL | 255.54º | 0.87% | 0.56% | - |
| HSV(B) | 255.54º | 0.8% | 0.94% | - |
| XYZ | 21.67 | 10.87 | 83.39 | - |
| YUV | 83.95 | 216.07 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 47 | 240 | 0.60 | 0.80 | 0 | 0.06 | 255.54 | 0.87 | 0.56 |
| Hex | 61 | 2F | F0 | 3C | 50 | 0 | 6 | 100 | 57 | 38 |
| Octal | 141 | 57 | 360 | 74 | 120 | 0 | 6 | 400 | 127 | 70 |
| Binary | 1100001 | 101111 | 11110000 | 111100 | 1010000 | 0 | 110 | 100000000 | 1010111 | 111000 |
Color Harmonies of #612FF0
Complementary color
Monochromatic Colors of #612FF0
Black with #612FF0
Text Example
Text Example
White with #612FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612FF0; }
p { color: rgb(97,47,240); }
H1.HeaderClassName
{
color: #612FF0;
}
.AnyTagClassName
{
color: #612FF0;
}
</style>
background-color css
<style>
a { background-color: #612FF0; }
a { background-color: rgb(97,47,240); }
div.DivClassName
{
background-color: #612FF0;
}
.BgClassName
{
background-color: #612FF0;
}
</style>
border-color css
<style>
span { border-color: #612FF0; }
span { border-color: rgb(97,47,240); }
td.TdClassName
{
border-color: #612FF0;
}
.TagClassName
{
border-color: #612FF0;
}
</style>