Shades of Han Purple #6728FA
Tints of Han Purple #6728FA
RGB
CMYK
RGB Variations
Color information
#6728FA (or 0x6728FA) is known color: Han Purple. HEX triplet: 67, 28 and FA. RGB value is (103,40,250). Sum of RGB (Red+Green+Blue) = 103+40+250=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #6728FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6728FA is #98D705. Grayscale: #525252. Windows color (decimal): -10016518 or 16394343. OLE color: 16394343.
HSL color Cylindrical-coordinate representation of color #6728FA: hue angle of 258º 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 #6728FA is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 40 | 250 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.02 |
| HSL | 258º | 0.95% | 0.57% | - |
| HSV(B) | 258º | 0.84% | 0.98% | - |
| XYZ | 23.61 | 11.3 | 91.38 | - |
| YUV | 82.78 | 222.37 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 40 | 250 | 0.59 | 0.84 | 0 | 0.02 | 258 | 0.95 | 0.57 |
| Hex | 67 | 28 | FA | 3B | 54 | 0 | 2 | 102 | 5F | 39 |
| Octal | 147 | 50 | 372 | 73 | 124 | 0 | 2 | 402 | 137 | 71 |
| Binary | 1100111 | 101000 | 11111010 | 111011 | 1010100 | 0 | 10 | 100000010 | 1011111 | 111001 |
Color Harmonies of #6728FA
Complementary color
Monochromatic Colors of #6728FA
Black with #6728FA
Text Example
Text Example
White with #6728FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6728FA; }
p { color: rgb(103,40,250); }
H1.HeaderClassName
{
color: #6728FA;
}
.AnyTagClassName
{
color: #6728FA;
}
</style>
background-color css
<style>
a { background-color: #6728FA; }
a { background-color: rgb(103,40,250); }
div.DivClassName
{
background-color: #6728FA;
}
.BgClassName
{
background-color: #6728FA;
}
</style>
border-color css
<style>
span { border-color: #6728FA; }
span { border-color: rgb(103,40,250); }
td.TdClassName
{
border-color: #6728FA;
}
.TagClassName
{
border-color: #6728FA;
}
</style>