Shades of Han Purple #6716ED
Tints of Han Purple #6716ED
RGB
CMYK
RGB Variations
Color information
#6716ED (or 0x6716ED) is known color: Han Purple. HEX triplet: 67, 16 and ED. RGB value is (103,22,237). Sum of RGB (Red+Green+Blue) = 103+22+237=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 237 (92.97% from 255 or 65.47% from 362); Max value from RGB is 237 - color contains mainly: blue. Hex color #6716ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6716ED is #98E912. Grayscale: #454545. Windows color (decimal): -10021139 or 15537767. OLE color: 15537767.
HSL color Cylindrical-coordinate representation of color #6716ED: hue angle of 262.6º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6716ED is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 22 | 237 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.07 |
| HSL | 262.6º | 0.86% | 0.51% | - |
| HSV(B) | 262.6º | 0.91% | 0.93% | - |
| XYZ | 21.17 | 9.57 | 80.85 | - |
| YUV | 70.73 | 221.84 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 22 | 237 | 0.57 | 0.91 | 0 | 0.07 | 262.6 | 0.86 | 0.51 |
| Hex | 67 | 16 | ED | 39 | 5B | 0 | 7 | 107 | 56 | 33 |
| Octal | 147 | 26 | 355 | 71 | 133 | 0 | 7 | 407 | 126 | 63 |
| Binary | 1100111 | 10110 | 11101101 | 111001 | 1011011 | 0 | 111 | 100000111 | 1010110 | 110011 |
Color Harmonies of #6716ED
Complementary color
Monochromatic Colors of #6716ED
Black with #6716ED
Text Example
Text Example
White with #6716ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6716ED; }
p { color: rgb(103,22,237); }
H1.HeaderClassName
{
color: #6716ED;
}
.AnyTagClassName
{
color: #6716ED;
}
</style>
background-color css
<style>
a { background-color: #6716ED; }
a { background-color: rgb(103,22,237); }
div.DivClassName
{
background-color: #6716ED;
}
.BgClassName
{
background-color: #6716ED;
}
</style>
border-color css
<style>
span { border-color: #6716ED; }
span { border-color: rgb(103,22,237); }
td.TdClassName
{
border-color: #6716ED;
}
.TagClassName
{
border-color: #6716ED;
}
</style>