Shades of Han Purple #6917ED
Tints of Han Purple #6917ED
RGB
CMYK
RGB Variations
Color information
#6917ED (or 0x6917ED) is known color: Han Purple. HEX triplet: 69, 17 and ED. RGB value is (105,23,237). Sum of RGB (Red+Green+Blue) = 105+23+237=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 23 (9.38% from 255 or 6.30% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #6917ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6917ED is #96E812. Grayscale: #474747. Windows color (decimal): -9889811 or 15538025. OLE color: 15538025.
HSL color Cylindrical-coordinate representation of color #6917ED: hue angle of 262.99º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6917ED is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 23 | 237 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.07 |
| HSL | 262.99º | 0.86% | 0.51% | - |
| HSV(B) | 262.99º | 0.9% | 0.93% | - |
| XYZ | 21.42 | 9.73 | 80.87 | - |
| YUV | 71.91 | 221.17 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 23 | 237 | 0.56 | 0.90 | 0 | 0.07 | 262.99 | 0.86 | 0.51 |
| Hex | 69 | 17 | ED | 38 | 5A | 0 | 7 | 107 | 56 | 33 |
| Octal | 151 | 27 | 355 | 70 | 132 | 0 | 7 | 407 | 126 | 63 |
| Binary | 1101001 | 10111 | 11101101 | 111000 | 1011010 | 0 | 111 | 100000111 | 1010110 | 110011 |
Color Harmonies of #6917ED
Complementary color
Monochromatic Colors of #6917ED
Black with #6917ED
Text Example
Text Example
White with #6917ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6917ED; }
p { color: rgb(105,23,237); }
H1.HeaderClassName
{
color: #6917ED;
}
.AnyTagClassName
{
color: #6917ED;
}
</style>
background-color css
<style>
a { background-color: #6917ED; }
a { background-color: rgb(105,23,237); }
div.DivClassName
{
background-color: #6917ED;
}
.BgClassName
{
background-color: #6917ED;
}
</style>
border-color css
<style>
span { border-color: #6917ED; }
span { border-color: rgb(105,23,237); }
td.TdClassName
{
border-color: #6917ED;
}
.TagClassName
{
border-color: #6917ED;
}
</style>