Shades of Han Purple #6726FB
Tints of Han Purple #6726FB
RGB
CMYK
RGB Variations
Color information
#6726FB (or 0x6726FB) is known color: Han Purple. HEX triplet: 67, 26 and FB. RGB value is (103,38,251). Sum of RGB (Red+Green+Blue) = 103+38+251=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #6726FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6726FB is #98D904. Grayscale: #505050. Windows color (decimal): -10017029 or 16459367. OLE color: 16459367.
HSL color Cylindrical-coordinate representation of color #6726FB: hue angle of 258.31º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6726FB is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 38 | 251 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.02 |
| HSL | 258.31º | 0.96% | 0.57% | - |
| HSV(B) | 258.31º | 0.85% | 0.98% | - |
| XYZ | 23.7 | 11.23 | 92.19 | - |
| YUV | 81.72 | 223.53 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 38 | 251 | 0.59 | 0.85 | 0 | 0.02 | 258.31 | 0.96 | 0.57 |
| Hex | 67 | 26 | FB | 3B | 55 | 0 | 2 | 102 | 60 | 39 |
| Octal | 147 | 46 | 373 | 73 | 125 | 0 | 2 | 402 | 140 | 71 |
| Binary | 1100111 | 100110 | 11111011 | 111011 | 1010101 | 0 | 10 | 100000010 | 1100000 | 111001 |
Color Harmonies of #6726FB
Complementary color
Monochromatic Colors of #6726FB
Black with #6726FB
Text Example
Text Example
White with #6726FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6726FB; }
p { color: rgb(103,38,251); }
H1.HeaderClassName
{
color: #6726FB;
}
.AnyTagClassName
{
color: #6726FB;
}
</style>
background-color css
<style>
a { background-color: #6726FB; }
a { background-color: rgb(103,38,251); }
div.DivClassName
{
background-color: #6726FB;
}
.BgClassName
{
background-color: #6726FB;
}
</style>
border-color css
<style>
span { border-color: #6726FB; }
span { border-color: rgb(103,38,251); }
td.TdClassName
{
border-color: #6726FB;
}
.TagClassName
{
border-color: #6726FB;
}
</style>