Shades of Han Purple #6730EB
Tints of Han Purple #6730EB
RGB
CMYK
RGB Variations
Color information
#6730EB (or 0x6730EB) is known color: Han Purple. HEX triplet: 67, 30 and EB. RGB value is (103,48,235). Sum of RGB (Red+Green+Blue) = 103+48+235=386 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.68% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #6730EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6730EB is #98CF14. Grayscale: #555555. Windows color (decimal): -10014485 or 15413351. OLE color: 15413351.
HSL color Cylindrical-coordinate representation of color #6730EB: hue angle of 257.65º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6730EB is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 103 | 48 | 235 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.08 |
| HSL | 257.65º | 0.82% | 0.55% | - |
| HSV(B) | 257.65º | 0.8% | 0.92% | - |
| XYZ | 21.65 | 11 | 79.58 | - |
| YUV | 85.76 | 212.22 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 235 | 0.56 | 0.80 | 0 | 0.08 | 257.65 | 0.82 | 0.55 |
| Hex | 67 | 30 | EB | 38 | 50 | 0 | 8 | 102 | 52 | 37 |
| Octal | 147 | 60 | 353 | 70 | 120 | 0 | 10 | 402 | 122 | 67 |
| Binary | 1100111 | 110000 | 11101011 | 111000 | 1010000 | 0 | 1000 | 100000010 | 1010010 | 110111 |
Color Harmonies of #6730EB
Complementary color
Monochromatic Colors of #6730EB
Black with #6730EB
Text Example
Text Example
White with #6730EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6730EB; }
p { color: rgb(103,48,235); }
H1.HeaderClassName
{
color: #6730EB;
}
.AnyTagClassName
{
color: #6730EB;
}
</style>
background-color css
<style>
a { background-color: #6730EB; }
a { background-color: rgb(103,48,235); }
div.DivClassName
{
background-color: #6730EB;
}
.BgClassName
{
background-color: #6730EB;
}
</style>
border-color css
<style>
span { border-color: #6730EB; }
span { border-color: rgb(103,48,235); }
td.TdClassName
{
border-color: #6730EB;
}
.TagClassName
{
border-color: #6730EB;
}
</style>