Shades of Han Purple #6621FB
Tints of Han Purple #6621FB
RGB
CMYK
RGB Variations
Color information
#6621FB (or 0x6621FB) is known color: Han Purple. HEX triplet: 66, 21 and FB. RGB value is (102,33,251). Sum of RGB (Red+Green+Blue) = 102+33+251=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #6621FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6621FB is #99DE04. Grayscale: #4D4D4D. Windows color (decimal): -10083845 or 16458086. OLE color: 16458086.
HSL color Cylindrical-coordinate representation of color #6621FB: hue angle of 258.99º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6621FB is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 33 | 251 | - |
| CMYK | 0.59 | 0.87 | 0 | 0.02 |
| HSL | 258.99º | 0.96% | 0.56% | - |
| HSV(B) | 258.99º | 0.87% | 0.98% | - |
| XYZ | 23.44 | 10.88 | 92.13 | - |
| YUV | 78.48 | 225.36 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 33 | 251 | 0.59 | 0.87 | 0 | 0.02 | 258.99 | 0.96 | 0.56 |
| Hex | 66 | 21 | FB | 3B | 57 | 0 | 2 | 103 | 60 | 38 |
| Octal | 146 | 41 | 373 | 73 | 127 | 0 | 2 | 403 | 140 | 70 |
| Binary | 1100110 | 100001 | 11111011 | 111011 | 1010111 | 0 | 10 | 100000011 | 1100000 | 111000 |
Color Harmonies of #6621FB
Complementary color
Monochromatic Colors of #6621FB
Black with #6621FB
Text Example
Text Example
White with #6621FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6621FB; }
p { color: rgb(102,33,251); }
H1.HeaderClassName
{
color: #6621FB;
}
.AnyTagClassName
{
color: #6621FB;
}
</style>
background-color css
<style>
a { background-color: #6621FB; }
a { background-color: rgb(102,33,251); }
div.DivClassName
{
background-color: #6621FB;
}
.BgClassName
{
background-color: #6621FB;
}
</style>
border-color css
<style>
span { border-color: #6621FB; }
span { border-color: rgb(102,33,251); }
td.TdClassName
{
border-color: #6621FB;
}
.TagClassName
{
border-color: #6621FB;
}
</style>