Shades of Han Purple #6720ED
Tints of Han Purple #6720ED
RGB
CMYK
RGB Variations
Color information
#6720ED (or 0x6720ED) is known color: Han Purple. HEX triplet: 67, 20 and ED. RGB value is (103,32,237). Sum of RGB (Red+Green+Blue) = 103+32+237=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 237 (92.97% from 255 or 63.71% from 372); Max value from RGB is 237 - color contains mainly: blue. Hex color #6720ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6720ED is #98DF12. Grayscale: #4B4B4B. Windows color (decimal): -10018579 or 15540327. OLE color: 15540327.
HSL color Cylindrical-coordinate representation of color #6720ED: hue angle of 260.78º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6720ED is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 32 | 237 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.07 |
| HSL | 260.78º | 0.85% | 0.53% | - |
| HSV(B) | 260.78º | 0.86% | 0.93% | - |
| XYZ | 21.4 | 10.03 | 80.93 | - |
| YUV | 76.6 | 218.52 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 32 | 237 | 0.57 | 0.86 | 0 | 0.07 | 260.78 | 0.85 | 0.53 |
| Hex | 67 | 20 | ED | 39 | 56 | 0 | 7 | 105 | 55 | 35 |
| Octal | 147 | 40 | 355 | 71 | 126 | 0 | 7 | 405 | 125 | 65 |
| Binary | 1100111 | 100000 | 11101101 | 111001 | 1010110 | 0 | 111 | 100000101 | 1010101 | 110101 |
Color Harmonies of #6720ED
Complementary color
Monochromatic Colors of #6720ED
Black with #6720ED
Text Example
Text Example
White with #6720ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6720ED; }
p { color: rgb(103,32,237); }
H1.HeaderClassName
{
color: #6720ED;
}
.AnyTagClassName
{
color: #6720ED;
}
</style>
background-color css
<style>
a { background-color: #6720ED; }
a { background-color: rgb(103,32,237); }
div.DivClassName
{
background-color: #6720ED;
}
.BgClassName
{
background-color: #6720ED;
}
</style>
border-color css
<style>
span { border-color: #6720ED; }
span { border-color: rgb(103,32,237); }
td.TdClassName
{
border-color: #6720ED;
}
.TagClassName
{
border-color: #6720ED;
}
</style>