Shades of Han Purple #6830EF
Tints of Han Purple #6830EF
RGB
CMYK
RGB Variations
Color information
#6830EF (or 0x6830EF) is known color: Han Purple. HEX triplet: 68, 30 and EF. RGB value is (104,48,239). Sum of RGB (Red+Green+Blue) = 104+48+239=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #6830EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6830EF is #97CF10. Grayscale: #555555. Windows color (decimal): -9948945 or 15675496. OLE color: 15675496.
HSL color Cylindrical-coordinate representation of color #6830EF: hue angle of 257.59º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6830EF is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 48 | 239 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.06 |
| HSL | 257.59º | 0.86% | 0.56% | - |
| HSV(B) | 257.59º | 0.8% | 0.94% | - |
| XYZ | 22.35 | 11.29 | 82.66 | - |
| YUV | 86.52 | 214.05 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 239 | 0.56 | 0.80 | 0 | 0.06 | 257.59 | 0.86 | 0.56 |
| Hex | 68 | 30 | EF | 38 | 50 | 0 | 6 | 102 | 56 | 38 |
| Octal | 150 | 60 | 357 | 70 | 120 | 0 | 6 | 402 | 126 | 70 |
| Binary | 1101000 | 110000 | 11101111 | 111000 | 1010000 | 0 | 110 | 100000010 | 1010110 | 111000 |
Color Harmonies of #6830EF
Complementary color
Monochromatic Colors of #6830EF
Black with #6830EF
Text Example
Text Example
White with #6830EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6830EF; }
p { color: rgb(104,48,239); }
H1.HeaderClassName
{
color: #6830EF;
}
.AnyTagClassName
{
color: #6830EF;
}
</style>
background-color css
<style>
a { background-color: #6830EF; }
a { background-color: rgb(104,48,239); }
div.DivClassName
{
background-color: #6830EF;
}
.BgClassName
{
background-color: #6830EF;
}
</style>
border-color css
<style>
span { border-color: #6830EF; }
span { border-color: rgb(104,48,239); }
td.TdClassName
{
border-color: #6830EF;
}
.TagClassName
{
border-color: #6830EF;
}
</style>