Shades of Han Purple #6631FF
Tints of Han Purple #6631FF
RGB
CMYK
RGB Variations
Color information
#6631FF (or 0x6631FF) is known color: Han Purple. HEX triplet: 66, 31 and FF. RGB value is (102,49,255). Sum of RGB (Red+Green+Blue) = 102+49+255=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 49 (19.53% from 255 or 12.07% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #6631FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6631FF is #99CE00. Grayscale: #575757. Windows color (decimal): -10079745 or 16724326. OLE color: 16724326.
HSL color Cylindrical-coordinate representation of color #6631FF: hue angle of 255.44º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6631FF is Cyan = 0.6, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 49 | 255 | - |
| CMYK | 0.6 | 0.81 | 0 | 0 |
| HSL | 255.44º | 1% | 0.6% | - |
| HSV(B) | 255.44º | 0.81% | 1% | - |
| XYZ | 24.63 | 12.24 | 95.67 | - |
| YUV | 88.33 | 222.06 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 255 | 0.6 | 0.81 | 0 | 0 | 255.44 | 1 | 0.6 |
| Hex | 66 | 31 | FF | 3C | 51 | 0 | 0 | FF | 64 | 3C |
| Octal | 146 | 61 | 377 | 74 | 121 | 0 | 0 | 377 | 144 | 74 |
| Binary | 1100110 | 110001 | 11111111 | 111100 | 1010001 | 0 | 0 | 11111111 | 1100100 | 111100 |
Color Harmonies of #6631FF
Complementary color
Monochromatic Colors of #6631FF
Black with #6631FF
Text Example
Text Example
White with #6631FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6631FF; }
p { color: rgb(102,49,255); }
H1.HeaderClassName
{
color: #6631FF;
}
.AnyTagClassName
{
color: #6631FF;
}
</style>
background-color css
<style>
a { background-color: #6631FF; }
a { background-color: rgb(102,49,255); }
div.DivClassName
{
background-color: #6631FF;
}
.BgClassName
{
background-color: #6631FF;
}
</style>
border-color css
<style>
span { border-color: #6631FF; }
span { border-color: rgb(102,49,255); }
td.TdClassName
{
border-color: #6631FF;
}
.TagClassName
{
border-color: #6631FF;
}
</style>