Shades of Han Purple #662EFD
Tints of Han Purple #662EFD
RGB
CMYK
RGB Variations
Color information
#662EFD (or 0x662EFD) is known color: Han Purple. HEX triplet: 66, 2E and FD. RGB value is (102,46,253). Sum of RGB (Red+Green+Blue) = 102+46+253=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 46 (18.36% from 255 or 11.47% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #662EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #662EFD is #99D102. Grayscale: #555555. Windows color (decimal): -10080515 or 16592486. OLE color: 16592486.
HSL color Cylindrical-coordinate representation of color #662EFD: hue angle of 256.23º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #662EFD is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 46 | 253 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.01 |
| HSL | 256.23º | 0.98% | 0.59% | - |
| HSV(B) | 256.23º | 0.82% | 0.99% | - |
| XYZ | 24.19 | 11.87 | 93.95 | - |
| YUV | 86.34 | 222.05 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 253 | 0.60 | 0.82 | 0 | 0.01 | 256.23 | 0.98 | 0.59 |
| Hex | 66 | 2E | FD | 3C | 52 | 0 | 1 | 100 | 62 | 3B |
| Octal | 146 | 56 | 375 | 74 | 122 | 0 | 1 | 400 | 142 | 73 |
| Binary | 1100110 | 101110 | 11111101 | 111100 | 1010010 | 0 | 1 | 100000000 | 1100010 | 111011 |
Color Harmonies of #662EFD
Complementary color
Monochromatic Colors of #662EFD
Black with #662EFD
Text Example
Text Example
White with #662EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662EFD; }
p { color: rgb(102,46,253); }
H1.HeaderClassName
{
color: #662EFD;
}
.AnyTagClassName
{
color: #662EFD;
}
</style>
background-color css
<style>
a { background-color: #662EFD; }
a { background-color: rgb(102,46,253); }
div.DivClassName
{
background-color: #662EFD;
}
.BgClassName
{
background-color: #662EFD;
}
</style>
border-color css
<style>
span { border-color: #662EFD; }
span { border-color: rgb(102,46,253); }
td.TdClassName
{
border-color: #662EFD;
}
.TagClassName
{
border-color: #662EFD;
}
</style>