Shades of Han Purple #662DFE
Tints of Han Purple #662DFE
RGB
CMYK
RGB Variations
Color information
#662DFE (or 0x662DFE) is known color: Han Purple. HEX triplet: 66, 2D and FE. RGB value is (102,45,254). Sum of RGB (Red+Green+Blue) = 102+45+254=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #662DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #662DFE is #99D201. Grayscale: #555555. Windows color (decimal): -10080770 or 16657766. OLE color: 16657766.
HSL color Cylindrical-coordinate representation of color #662DFE: hue angle of 256.36º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #662DFE is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 45 | 254 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.00 |
| HSL | 256.36º | 0.99% | 0.59% | - |
| HSV(B) | 256.36º | 0.82% | 1% | - |
| XYZ | 24.31 | 11.86 | 94.77 | - |
| YUV | 85.87 | 222.88 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 254 | 0.60 | 0.82 | 0 | 0.00 | 256.36 | 0.99 | 0.59 |
| Hex | 66 | 2D | FE | 3C | 52 | 0 | 0 | 100 | 63 | 3B |
| Octal | 146 | 55 | 376 | 74 | 122 | 0 | 0 | 400 | 143 | 73 |
| Binary | 1100110 | 101101 | 11111110 | 111100 | 1010010 | 0 | 0 | 100000000 | 1100011 | 111011 |
Color Harmonies of #662DFE
Complementary color
Monochromatic Colors of #662DFE
Black with #662DFE
Text Example
Text Example
White with #662DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662DFE; }
p { color: rgb(102,45,254); }
H1.HeaderClassName
{
color: #662DFE;
}
.AnyTagClassName
{
color: #662DFE;
}
</style>
background-color css
<style>
a { background-color: #662DFE; }
a { background-color: rgb(102,45,254); }
div.DivClassName
{
background-color: #662DFE;
}
.BgClassName
{
background-color: #662DFE;
}
</style>
border-color css
<style>
span { border-color: #662DFE; }
span { border-color: rgb(102,45,254); }
td.TdClassName
{
border-color: #662DFE;
}
.TagClassName
{
border-color: #662DFE;
}
</style>