Shades of Han Purple #6718EB
Tints of Han Purple #6718EB
RGB
CMYK
RGB Variations
Color information
#6718EB (or 0x6718EB) is known color: Han Purple. HEX triplet: 67, 18 and EB. RGB value is (103,24,235). Sum of RGB (Red+Green+Blue) = 103+24+235=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 235 (92.19% from 255 or 64.92% from 362); Max value from RGB is 235 - color contains mainly: blue. Hex color #6718EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6718EB is #98E714. Grayscale: #464646. Windows color (decimal): -10020629 or 15407207. OLE color: 15407207.
HSL color Cylindrical-coordinate representation of color #6718EB: hue angle of 262.46º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6718EB is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 24 | 235 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.08 |
| HSL | 262.46º | 0.84% | 0.51% | - |
| HSV(B) | 262.46º | 0.9% | 0.92% | - |
| XYZ | 20.92 | 9.53 | 79.34 | - |
| YUV | 71.68 | 220.17 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 24 | 235 | 0.56 | 0.90 | 0 | 0.08 | 262.46 | 0.84 | 0.51 |
| Hex | 67 | 18 | EB | 38 | 5A | 0 | 8 | 106 | 54 | 33 |
| Octal | 147 | 30 | 353 | 70 | 132 | 0 | 10 | 406 | 124 | 63 |
| Binary | 1100111 | 11000 | 11101011 | 111000 | 1011010 | 0 | 1000 | 100000110 | 1010100 | 110011 |
Color Harmonies of #6718EB
Complementary color
Monochromatic Colors of #6718EB
Black with #6718EB
Text Example
Text Example
White with #6718EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6718EB; }
p { color: rgb(103,24,235); }
H1.HeaderClassName
{
color: #6718EB;
}
.AnyTagClassName
{
color: #6718EB;
}
</style>
background-color css
<style>
a { background-color: #6718EB; }
a { background-color: rgb(103,24,235); }
div.DivClassName
{
background-color: #6718EB;
}
.BgClassName
{
background-color: #6718EB;
}
</style>
border-color css
<style>
span { border-color: #6718EB; }
span { border-color: rgb(103,24,235); }
td.TdClassName
{
border-color: #6718EB;
}
.TagClassName
{
border-color: #6718EB;
}
</style>