Shades of Han Purple #662DFC
Tints of Han Purple #662DFC
RGB
CMYK
RGB Variations
Color information
#662DFC (or 0x662DFC) is known color: Han Purple. HEX triplet: 66, 2D and FC. RGB value is (102,45,252). Sum of RGB (Red+Green+Blue) = 102+45+252=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #662DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #662DFC is #99D203. Grayscale: #545454. Windows color (decimal): -10080772 or 16526694. OLE color: 16526694.
HSL color Cylindrical-coordinate representation of color #662DFC: hue angle of 256.52º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #662DFC is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 45 | 252 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.01 |
| HSL | 256.52º | 0.97% | 0.58% | - |
| HSV(B) | 256.52º | 0.82% | 0.99% | - |
| XYZ | 23.99 | 11.73 | 93.1 | - |
| YUV | 85.64 | 221.88 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 252 | 0.60 | 0.82 | 0 | 0.01 | 256.52 | 0.97 | 0.58 |
| Hex | 66 | 2D | FC | 3C | 52 | 0 | 1 | 101 | 61 | 3A |
| Octal | 146 | 55 | 374 | 74 | 122 | 0 | 1 | 401 | 141 | 72 |
| Binary | 1100110 | 101101 | 11111100 | 111100 | 1010010 | 0 | 1 | 100000001 | 1100001 | 111010 |
Color Harmonies of #662DFC
Complementary color
Monochromatic Colors of #662DFC
Black with #662DFC
Text Example
Text Example
White with #662DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662DFC; }
p { color: rgb(102,45,252); }
H1.HeaderClassName
{
color: #662DFC;
}
.AnyTagClassName
{
color: #662DFC;
}
</style>
background-color css
<style>
a { background-color: #662DFC; }
a { background-color: rgb(102,45,252); }
div.DivClassName
{
background-color: #662DFC;
}
.BgClassName
{
background-color: #662DFC;
}
</style>
border-color css
<style>
span { border-color: #662DFC; }
span { border-color: rgb(102,45,252); }
td.TdClassName
{
border-color: #662DFC;
}
.TagClassName
{
border-color: #662DFC;
}
</style>