Shades of Han Purple #6920ED
Tints of Han Purple #6920ED
RGB
CMYK
RGB Variations
Color information
#6920ED (or 0x6920ED) is known color: Han Purple. HEX triplet: 69, 20 and ED. RGB value is (105,32,237). Sum of RGB (Red+Green+Blue) = 105+32+237=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 237 (92.97% from 255 or 63.37% from 374); Max value from RGB is 237 - color contains mainly: blue. Hex color #6920ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6920ED is #96DF12. Grayscale: #4C4C4C. Windows color (decimal): -9887507 or 15540329. OLE color: 15540329.
HSL color Cylindrical-coordinate representation of color #6920ED: hue angle of 261.37º 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 #6920ED is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 32 | 237 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.07 |
| HSL | 261.37º | 0.85% | 0.53% | - |
| HSV(B) | 261.37º | 0.86% | 0.93% | - |
| XYZ | 21.63 | 10.15 | 80.94 | - |
| YUV | 77.2 | 218.18 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 32 | 237 | 0.56 | 0.86 | 0 | 0.07 | 261.37 | 0.85 | 0.53 |
| Hex | 69 | 20 | ED | 38 | 56 | 0 | 7 | 105 | 55 | 35 |
| Octal | 151 | 40 | 355 | 70 | 126 | 0 | 7 | 405 | 125 | 65 |
| Binary | 1101001 | 100000 | 11101101 | 111000 | 1010110 | 0 | 111 | 100000101 | 1010101 | 110101 |
Color Harmonies of #6920ED
Complementary color
Monochromatic Colors of #6920ED
Black with #6920ED
Text Example
Text Example
White with #6920ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6920ED; }
p { color: rgb(105,32,237); }
H1.HeaderClassName
{
color: #6920ED;
}
.AnyTagClassName
{
color: #6920ED;
}
</style>
background-color css
<style>
a { background-color: #6920ED; }
a { background-color: rgb(105,32,237); }
div.DivClassName
{
background-color: #6920ED;
}
.BgClassName
{
background-color: #6920ED;
}
</style>
border-color css
<style>
span { border-color: #6920ED; }
span { border-color: rgb(105,32,237); }
td.TdClassName
{
border-color: #6920ED;
}
.TagClassName
{
border-color: #6920ED;
}
</style>