Shades of Han Purple #6627FB
Tints of Han Purple #6627FB
RGB
CMYK
RGB Variations
Color information
#6627FB (or 0x6627FB) is known color: Han Purple. HEX triplet: 66, 27 and FB. RGB value is (102,39,251). Sum of RGB (Red+Green+Blue) = 102+39+251=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 39 (15.62% from 255 or 9.95% 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 #6627FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6627FB is #99D804. Grayscale: #515151. Windows color (decimal): -10082309 or 16459622. OLE color: 16459622.
HSL color Cylindrical-coordinate representation of color #6627FB: hue angle of 257.83º 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 #6627FB is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 39 | 251 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.02 |
| HSL | 257.83º | 0.96% | 0.57% | - |
| HSV(B) | 257.83º | 0.84% | 0.98% | - |
| XYZ | 23.62 | 11.24 | 92.19 | - |
| YUV | 82.01 | 223.37 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 39 | 251 | 0.59 | 0.84 | 0 | 0.02 | 257.83 | 0.96 | 0.57 |
| Hex | 66 | 27 | FB | 3B | 54 | 0 | 2 | 102 | 60 | 39 |
| Octal | 146 | 47 | 373 | 73 | 124 | 0 | 2 | 402 | 140 | 71 |
| Binary | 1100110 | 100111 | 11111011 | 111011 | 1010100 | 0 | 10 | 100000010 | 1100000 | 111001 |
Color Harmonies of #6627FB
Complementary color
Monochromatic Colors of #6627FB
Black with #6627FB
Text Example
Text Example
White with #6627FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6627FB; }
p { color: rgb(102,39,251); }
H1.HeaderClassName
{
color: #6627FB;
}
.AnyTagClassName
{
color: #6627FB;
}
</style>
background-color css
<style>
a { background-color: #6627FB; }
a { background-color: rgb(102,39,251); }
div.DivClassName
{
background-color: #6627FB;
}
.BgClassName
{
background-color: #6627FB;
}
</style>
border-color css
<style>
span { border-color: #6627FB; }
span { border-color: rgb(102,39,251); }
td.TdClassName
{
border-color: #6627FB;
}
.TagClassName
{
border-color: #6627FB;
}
</style>