Shades of Han Purple #662EFC
Tints of Han Purple #662EFC
RGB
CMYK
RGB Variations
Color information
#662EFC (or 0x662EFC) is known color: Han Purple. HEX triplet: 66, 2E and FC. RGB value is (102,46,252). Sum of RGB (Red+Green+Blue) = 102+46+252=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 46 (18.36% from 255 or 11.5% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #662EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #662EFC is #99D103. Grayscale: #555555. Windows color (decimal): -10080516 or 16526950. OLE color: 16526950.
HSL color Cylindrical-coordinate representation of color #662EFC: hue angle of 256.31º 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 #662EFC is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 46 | 252 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.01 |
| HSL | 256.31º | 0.97% | 0.58% | - |
| HSV(B) | 256.31º | 0.82% | 0.99% | - |
| XYZ | 24.03 | 11.81 | 93.11 | - |
| YUV | 86.23 | 221.55 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 252 | 0.60 | 0.82 | 0 | 0.01 | 256.31 | 0.97 | 0.58 |
| Hex | 66 | 2E | FC | 3C | 52 | 0 | 1 | 100 | 61 | 3A |
| Octal | 146 | 56 | 374 | 74 | 122 | 0 | 1 | 400 | 141 | 72 |
| Binary | 1100110 | 101110 | 11111100 | 111100 | 1010010 | 0 | 1 | 100000000 | 1100001 | 111010 |
Color Harmonies of #662EFC
Complementary color
Monochromatic Colors of #662EFC
Black with #662EFC
Text Example
Text Example
White with #662EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662EFC; }
p { color: rgb(102,46,252); }
H1.HeaderClassName
{
color: #662EFC;
}
.AnyTagClassName
{
color: #662EFC;
}
</style>
background-color css
<style>
a { background-color: #662EFC; }
a { background-color: rgb(102,46,252); }
div.DivClassName
{
background-color: #662EFC;
}
.BgClassName
{
background-color: #662EFC;
}
</style>
border-color css
<style>
span { border-color: #662EFC; }
span { border-color: rgb(102,46,252); }
td.TdClassName
{
border-color: #662EFC;
}
.TagClassName
{
border-color: #662EFC;
}
</style>