Shades of Han Purple #612CFE
Tints of Han Purple #612CFE
RGB
CMYK
RGB Variations
Color information
#612CFE (or 0x612CFE) is known color: Han Purple. HEX triplet: 61, 2C and FE. RGB value is (97,44,254). Sum of RGB (Red+Green+Blue) = 97+44+254=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #612CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612CFE is #9ED301. Grayscale: #535353. Windows color (decimal): -10408706 or 16657505. OLE color: 16657505.
HSL color Cylindrical-coordinate representation of color #612CFE: hue angle of 255.14º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #612CFE is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 44 | 254 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.00 |
| HSL | 255.14º | 0.99% | 0.58% | - |
| HSV(B) | 255.14º | 0.83% | 1% | - |
| XYZ | 23.72 | 11.5 | 94.74 | - |
| YUV | 83.79 | 224.06 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 44 | 254 | 0.62 | 0.83 | 0 | 0.00 | 255.14 | 0.99 | 0.58 |
| Hex | 61 | 2C | FE | 3E | 53 | 0 | 0 | FF | 63 | 3A |
| Octal | 141 | 54 | 376 | 76 | 123 | 0 | 0 | 377 | 143 | 72 |
| Binary | 1100001 | 101100 | 11111110 | 111110 | 1010011 | 0 | 0 | 11111111 | 1100011 | 111010 |
Color Harmonies of #612CFE
Complementary color
Monochromatic Colors of #612CFE
Black with #612CFE
Text Example
Text Example
White with #612CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612CFE; }
p { color: rgb(97,44,254); }
H1.HeaderClassName
{
color: #612CFE;
}
.AnyTagClassName
{
color: #612CFE;
}
</style>
background-color css
<style>
a { background-color: #612CFE; }
a { background-color: rgb(97,44,254); }
div.DivClassName
{
background-color: #612CFE;
}
.BgClassName
{
background-color: #612CFE;
}
</style>
border-color css
<style>
span { border-color: #612CFE; }
span { border-color: rgb(97,44,254); }
td.TdClassName
{
border-color: #612CFE;
}
.TagClassName
{
border-color: #612CFE;
}
</style>