Shades of Han Purple #6729FB
Tints of Han Purple #6729FB
RGB
CMYK
RGB Variations
Color information
#6729FB (or 0x6729FB) is known color: Han Purple. HEX triplet: 67, 29 and FB. RGB value is (103,41,251). Sum of RGB (Red+Green+Blue) = 103+41+251=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #6729FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6729FB is #98D604. Grayscale: #525252. Windows color (decimal): -10016261 or 16460135. OLE color: 16460135.
HSL color Cylindrical-coordinate representation of color #6729FB: hue angle of 257.71º degrees, saturation: 0.96, 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 #6729FB is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 41 | 251 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.02 |
| HSL | 257.71º | 0.96% | 0.57% | - |
| HSV(B) | 257.71º | 0.84% | 0.98% | - |
| XYZ | 23.8 | 11.43 | 92.22 | - |
| YUV | 83.48 | 222.54 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 41 | 251 | 0.59 | 0.84 | 0 | 0.02 | 257.71 | 0.96 | 0.57 |
| Hex | 67 | 29 | FB | 3B | 54 | 0 | 2 | 102 | 60 | 39 |
| Octal | 147 | 51 | 373 | 73 | 124 | 0 | 2 | 402 | 140 | 71 |
| Binary | 1100111 | 101001 | 11111011 | 111011 | 1010100 | 0 | 10 | 100000010 | 1100000 | 111001 |
Color Harmonies of #6729FB
Complementary color
Monochromatic Colors of #6729FB
Black with #6729FB
Text Example
Text Example
White with #6729FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6729FB; }
p { color: rgb(103,41,251); }
H1.HeaderClassName
{
color: #6729FB;
}
.AnyTagClassName
{
color: #6729FB;
}
</style>
background-color css
<style>
a { background-color: #6729FB; }
a { background-color: rgb(103,41,251); }
div.DivClassName
{
background-color: #6729FB;
}
.BgClassName
{
background-color: #6729FB;
}
</style>
border-color css
<style>
span { border-color: #6729FB; }
span { border-color: rgb(103,41,251); }
td.TdClassName
{
border-color: #6729FB;
}
.TagClassName
{
border-color: #6729FB;
}
</style>