Shades of Han Purple #6921EB
Tints of Han Purple #6921EB
RGB
CMYK
RGB Variations
Color information
#6921EB (or 0x6921EB) is known color: Han Purple. HEX triplet: 69, 21 and EB. RGB value is (105,33,235). Sum of RGB (Red+Green+Blue) = 105+33+235=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 235 (92.19% from 255 or 63.00% from 373); Max value from RGB is 235 - color contains mainly: blue. Hex color #6921EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6921EB is #96DE14. Grayscale: #4C4C4C. Windows color (decimal): -9887253 or 15409513. OLE color: 15409513.
HSL color Cylindrical-coordinate representation of color #6921EB: hue angle of 261.39º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6921EB is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 33 | 235 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.08 |
| HSL | 261.39º | 0.83% | 0.53% | - |
| HSV(B) | 261.39º | 0.86% | 0.92% | - |
| XYZ | 21.36 | 10.09 | 79.42 | - |
| YUV | 77.56 | 216.85 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 33 | 235 | 0.55 | 0.86 | 0 | 0.08 | 261.39 | 0.83 | 0.53 |
| Hex | 69 | 21 | EB | 37 | 56 | 0 | 8 | 105 | 53 | 35 |
| Octal | 151 | 41 | 353 | 67 | 126 | 0 | 10 | 405 | 123 | 65 |
| Binary | 1101001 | 100001 | 11101011 | 110111 | 1010110 | 0 | 1000 | 100000101 | 1010011 | 110101 |
Color Harmonies of #6921EB
Complementary color
Monochromatic Colors of #6921EB
Black with #6921EB
Text Example
Text Example
White with #6921EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6921EB; }
p { color: rgb(105,33,235); }
H1.HeaderClassName
{
color: #6921EB;
}
.AnyTagClassName
{
color: #6921EB;
}
</style>
background-color css
<style>
a { background-color: #6921EB; }
a { background-color: rgb(105,33,235); }
div.DivClassName
{
background-color: #6921EB;
}
.BgClassName
{
background-color: #6921EB;
}
</style>
border-color css
<style>
span { border-color: #6921EB; }
span { border-color: rgb(105,33,235); }
td.TdClassName
{
border-color: #6921EB;
}
.TagClassName
{
border-color: #6921EB;
}
</style>