Shades of Han Purple #6714DE
Tints of Han Purple #6714DE
RGB
CMYK
RGB Variations
Color information
#6714DE (or 0x6714DE) is known color: Han Purple. HEX triplet: 67, 14 and DE. RGB value is (103,20,222). Sum of RGB (Red+Green+Blue) = 103+20+222=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 222 (87.11% from 255 or 64.35% from 345); Max value from RGB is 222 - color contains mainly: blue. Hex color #6714DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6714DE is #98EB21. Grayscale: #434343. Windows color (decimal): -10021666 or 14554215. OLE color: 14554215.
HSL color Cylindrical-coordinate representation of color #6714DE: hue angle of 264.65º 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 #6714DE is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 20 | 222 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.13 |
| HSL | 264.65º | 0.83% | 0.47% | - |
| HSV(B) | 264.65º | 0.91% | 0.87% | - |
| XYZ | 19.03 | 8.66 | 69.78 | - |
| YUV | 67.85 | 215 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 20 | 222 | 0.54 | 0.91 | 0 | 0.13 | 264.65 | 0.83 | 0.47 |
| Hex | 67 | 14 | DE | 36 | 5B | 0 | D | 109 | 53 | 2F |
| Octal | 147 | 24 | 336 | 66 | 133 | 0 | 15 | 411 | 123 | 57 |
| Binary | 1100111 | 10100 | 11011110 | 110110 | 1011011 | 0 | 1101 | 100001001 | 1010011 | 101111 |
Color Harmonies of #6714DE
Complementary color
Monochromatic Colors of #6714DE
Black with #6714DE
Text Example
Text Example
White with #6714DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6714DE; }
p { color: rgb(103,20,222); }
H1.HeaderClassName
{
color: #6714DE;
}
.AnyTagClassName
{
color: #6714DE;
}
</style>
background-color css
<style>
a { background-color: #6714DE; }
a { background-color: rgb(103,20,222); }
div.DivClassName
{
background-color: #6714DE;
}
.BgClassName
{
background-color: #6714DE;
}
</style>
border-color css
<style>
span { border-color: #6714DE; }
span { border-color: rgb(103,20,222); }
td.TdClassName
{
border-color: #6714DE;
}
.TagClassName
{
border-color: #6714DE;
}
</style>