Shades of Han Purple #6629FE
Tints of Han Purple #6629FE
RGB
CMYK
RGB Variations
Color information
#6629FE (or 0x6629FE) is known color: Han Purple. HEX triplet: 66, 29 and FE. RGB value is (102,41,254). Sum of RGB (Red+Green+Blue) = 102+41+254=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #6629FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6629FE is #99D601. Grayscale: #525252. Windows color (decimal): -10081794 or 16656742. OLE color: 16656742.
HSL color Cylindrical-coordinate representation of color #6629FE: hue angle of 257.18º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6629FE is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 41 | 254 | - |
| CMYK | 0.60 | 0.84 | 0 | 0.00 |
| HSL | 257.18º | 0.99% | 0.58% | - |
| HSV(B) | 257.18º | 0.84% | 1% | - |
| XYZ | 24.16 | 11.57 | 94.73 | - |
| YUV | 83.52 | 224.21 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 41 | 254 | 0.60 | 0.84 | 0 | 0.00 | 257.18 | 0.99 | 0.58 |
| Hex | 66 | 29 | FE | 3C | 54 | 0 | 0 | 101 | 63 | 3A |
| Octal | 146 | 51 | 376 | 74 | 124 | 0 | 0 | 401 | 143 | 72 |
| Binary | 1100110 | 101001 | 11111110 | 111100 | 1010100 | 0 | 0 | 100000001 | 1100011 | 111010 |
Color Harmonies of #6629FE
Complementary color
Monochromatic Colors of #6629FE
Black with #6629FE
Text Example
Text Example
White with #6629FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6629FE; }
p { color: rgb(102,41,254); }
H1.HeaderClassName
{
color: #6629FE;
}
.AnyTagClassName
{
color: #6629FE;
}
</style>
background-color css
<style>
a { background-color: #6629FE; }
a { background-color: rgb(102,41,254); }
div.DivClassName
{
background-color: #6629FE;
}
.BgClassName
{
background-color: #6629FE;
}
</style>
border-color css
<style>
span { border-color: #6629FE; }
span { border-color: rgb(102,41,254); }
td.TdClassName
{
border-color: #6629FE;
}
.TagClassName
{
border-color: #6629FE;
}
</style>