Shades of Han Purple #6814DE
Tints of Han Purple #6814DE
RGB
CMYK
RGB Variations
Color information
#6814DE (or 0x6814DE) is known color: Han Purple. HEX triplet: 68, 14 and DE. RGB value is (104,20,222). Sum of RGB (Red+Green+Blue) = 104+20+222=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #6814DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6814DE is #97EB21. Grayscale: #434343. Windows color (decimal): -9956130 or 14554216. OLE color: 14554216.
HSL color Cylindrical-coordinate representation of color #6814DE: hue angle of 264.95º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6814DE is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 20 | 222 | - |
| CMYK | 0.53 | 0.91 | 0 | 0.13 |
| HSL | 264.95º | 0.83% | 0.47% | - |
| HSV(B) | 264.95º | 0.91% | 0.87% | - |
| XYZ | 19.14 | 8.72 | 69.78 | - |
| YUV | 68.14 | 214.83 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 20 | 222 | 0.53 | 0.91 | 0 | 0.13 | 264.95 | 0.83 | 0.47 |
| Hex | 68 | 14 | DE | 35 | 5B | 0 | D | 109 | 53 | 2F |
| Octal | 150 | 24 | 336 | 65 | 133 | 0 | 15 | 411 | 123 | 57 |
| Binary | 1101000 | 10100 | 11011110 | 110101 | 1011011 | 0 | 1101 | 100001001 | 1010011 | 101111 |
Color Harmonies of #6814DE
Complementary color
Monochromatic Colors of #6814DE
Black with #6814DE
Text Example
Text Example
White with #6814DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6814DE; }
p { color: rgb(104,20,222); }
H1.HeaderClassName
{
color: #6814DE;
}
.AnyTagClassName
{
color: #6814DE;
}
</style>
background-color css
<style>
a { background-color: #6814DE; }
a { background-color: rgb(104,20,222); }
div.DivClassName
{
background-color: #6814DE;
}
.BgClassName
{
background-color: #6814DE;
}
</style>
border-color css
<style>
span { border-color: #6814DE; }
span { border-color: rgb(104,20,222); }
td.TdClassName
{
border-color: #6814DE;
}
.TagClassName
{
border-color: #6814DE;
}
</style>