Shades of Han Purple #662DFF
Tints of Han Purple #662DFF
RGB
CMYK
RGB Variations
Color information
#662DFF (or 0x662DFF) is known color: Han Purple. HEX triplet: 66, 2D and FF. RGB value is (102,45,255). Sum of RGB (Red+Green+Blue) = 102+45+255=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #662DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #662DFF is #99D200. Grayscale: #555555. Windows color (decimal): -10080769 or 16723302. OLE color: 16723302.
HSL color Cylindrical-coordinate representation of color #662DFF: hue angle of 256.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #662DFF is Cyan = 0.6, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 45 | 255 | - |
| CMYK | 0.6 | 0.82 | 0 | 0 |
| HSL | 256.29º | 1% | 0.59% | - |
| HSV(B) | 256.29º | 0.82% | 1% | - |
| XYZ | 24.47 | 11.92 | 95.62 | - |
| YUV | 85.98 | 223.38 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 255 | 0.6 | 0.82 | 0 | 0 | 256.29 | 1 | 0.59 |
| Hex | 66 | 2D | FF | 3C | 52 | 0 | 0 | 100 | 64 | 3B |
| Octal | 146 | 55 | 377 | 74 | 122 | 0 | 0 | 400 | 144 | 73 |
| Binary | 1100110 | 101101 | 11111111 | 111100 | 1010010 | 0 | 0 | 100000000 | 1100100 | 111011 |
Color Harmonies of #662DFF
Complementary color
Monochromatic Colors of #662DFF
Black with #662DFF
Text Example
Text Example
White with #662DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662DFF; }
p { color: rgb(102,45,255); }
H1.HeaderClassName
{
color: #662DFF;
}
.AnyTagClassName
{
color: #662DFF;
}
</style>
background-color css
<style>
a { background-color: #662DFF; }
a { background-color: rgb(102,45,255); }
div.DivClassName
{
background-color: #662DFF;
}
.BgClassName
{
background-color: #662DFF;
}
</style>
border-color css
<style>
span { border-color: #662DFF; }
span { border-color: rgb(102,45,255); }
td.TdClassName
{
border-color: #662DFF;
}
.TagClassName
{
border-color: #662DFF;
}
</style>