Shades of Han Purple #6928FA
Tints of Han Purple #6928FA
RGB
CMYK
RGB Variations
Color information
#6928FA (or 0x6928FA) is known color: Han Purple. HEX triplet: 69, 28 and FA. RGB value is (105,40,250). Sum of RGB (Red+Green+Blue) = 105+40+250=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #6928FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6928FA is #96D705. Grayscale: #525252. Windows color (decimal): -9885446 or 16394345. OLE color: 16394345.
HSL color Cylindrical-coordinate representation of color #6928FA: hue angle of 258.57º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6928FA is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 40 | 250 | - |
| CMYK | 0.58 | 0.84 | 0 | 0.02 |
| HSL | 258.57º | 0.95% | 0.57% | - |
| HSV(B) | 258.57º | 0.84% | 0.98% | - |
| XYZ | 23.84 | 11.42 | 91.39 | - |
| YUV | 83.38 | 222.03 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 40 | 250 | 0.58 | 0.84 | 0 | 0.02 | 258.57 | 0.95 | 0.57 |
| Hex | 69 | 28 | FA | 3A | 54 | 0 | 2 | 103 | 5F | 39 |
| Octal | 151 | 50 | 372 | 72 | 124 | 0 | 2 | 403 | 137 | 71 |
| Binary | 1101001 | 101000 | 11111010 | 111010 | 1010100 | 0 | 10 | 100000011 | 1011111 | 111001 |
Color Harmonies of #6928FA
Complementary color
Monochromatic Colors of #6928FA
Black with #6928FA
Text Example
Text Example
White with #6928FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6928FA; }
p { color: rgb(105,40,250); }
H1.HeaderClassName
{
color: #6928FA;
}
.AnyTagClassName
{
color: #6928FA;
}
</style>
background-color css
<style>
a { background-color: #6928FA; }
a { background-color: rgb(105,40,250); }
div.DivClassName
{
background-color: #6928FA;
}
.BgClassName
{
background-color: #6928FA;
}
</style>
border-color css
<style>
span { border-color: #6928FA; }
span { border-color: rgb(105,40,250); }
td.TdClassName
{
border-color: #6928FA;
}
.TagClassName
{
border-color: #6928FA;
}
</style>