Shades of Han Purple #612DED
Tints of Han Purple #612DED
RGB
CMYK
RGB Variations
Color information
#612DED (or 0x612DED) is known color: Han Purple. HEX triplet: 61, 2D and ED. RGB value is (97,45,237). Sum of RGB (Red+Green+Blue) = 97+45+237=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 237 (92.97% from 255 or 62.53% from 379); Max value from RGB is 237 - color contains mainly: blue. Hex color #612DED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #612DED is #9ED212. Grayscale: #515151. Windows color (decimal): -10408467 or 15543649. OLE color: 15543649.
HSL color Cylindrical-coordinate representation of color #612DED: hue angle of 256.25º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #612DED is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 45 | 237 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.07 |
| HSL | 256.25º | 0.84% | 0.55% | - |
| HSV(B) | 256.25º | 0.81% | 0.93% | - |
| XYZ | 21.15 | 10.53 | 81.04 | - |
| YUV | 82.44 | 215.23 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 45 | 237 | 0.59 | 0.81 | 0 | 0.07 | 256.25 | 0.84 | 0.55 |
| Hex | 61 | 2D | ED | 3B | 51 | 0 | 7 | 100 | 54 | 37 |
| Octal | 141 | 55 | 355 | 73 | 121 | 0 | 7 | 400 | 124 | 67 |
| Binary | 1100001 | 101101 | 11101101 | 111011 | 1010001 | 0 | 111 | 100000000 | 1010100 | 110111 |
Color Harmonies of #612DED
Complementary color
Monochromatic Colors of #612DED
Black with #612DED
Text Example
Text Example
White with #612DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612DED; }
p { color: rgb(97,45,237); }
H1.HeaderClassName
{
color: #612DED;
}
.AnyTagClassName
{
color: #612DED;
}
</style>
background-color css
<style>
a { background-color: #612DED; }
a { background-color: rgb(97,45,237); }
div.DivClassName
{
background-color: #612DED;
}
.BgClassName
{
background-color: #612DED;
}
</style>
border-color css
<style>
span { border-color: #612DED; }
span { border-color: rgb(97,45,237); }
td.TdClassName
{
border-color: #612DED;
}
.TagClassName
{
border-color: #612DED;
}
</style>