Shades of Han Purple #6815E3
Tints of Han Purple #6815E3
RGB
CMYK
RGB Variations
Color information
#6815E3 (or 0x6815E3) is known color: Han Purple. HEX triplet: 68, 15 and E3. RGB value is (104,21,227). Sum of RGB (Red+Green+Blue) = 104+21+227=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 227 (89.06% from 255 or 64.49% from 352); Max value from RGB is 227 - color contains mainly: blue. Hex color #6815E3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6815E3 is #97EA1C. Grayscale: #444444. Windows color (decimal): -9955869 or 14882152. OLE color: 14882152.
HSL color Cylindrical-coordinate representation of color #6815E3: hue angle of 264.17º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6815E3 is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 21 | 227 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.11 |
| HSL | 264.17º | 0.83% | 0.49% | - |
| HSV(B) | 264.17º | 0.91% | 0.89% | - |
| XYZ | 19.84 | 9.03 | 73.37 | - |
| YUV | 69.3 | 217 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 21 | 227 | 0.54 | 0.91 | 0 | 0.11 | 264.17 | 0.83 | 0.49 |
| Hex | 68 | 15 | E3 | 36 | 5B | 0 | B | 108 | 53 | 31 |
| Octal | 150 | 25 | 343 | 66 | 133 | 0 | 13 | 410 | 123 | 61 |
| Binary | 1101000 | 10101 | 11100011 | 110110 | 1011011 | 0 | 1011 | 100001000 | 1010011 | 110001 |
Color Harmonies of #6815E3
Complementary color
Monochromatic Colors of #6815E3
Black with #6815E3
Text Example
Text Example
White with #6815E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6815E3; }
p { color: rgb(104,21,227); }
H1.HeaderClassName
{
color: #6815E3;
}
.AnyTagClassName
{
color: #6815E3;
}
</style>
background-color css
<style>
a { background-color: #6815E3; }
a { background-color: rgb(104,21,227); }
div.DivClassName
{
background-color: #6815E3;
}
.BgClassName
{
background-color: #6815E3;
}
</style>
border-color css
<style>
span { border-color: #6815E3; }
span { border-color: rgb(104,21,227); }
td.TdClassName
{
border-color: #6815E3;
}
.TagClassName
{
border-color: #6815E3;
}
</style>