Shades of Han Purple #663AEE
Tints of Han Purple #663AEE
RGB
CMYK
RGB Variations
Color information
#663AEE (or 0x663AEE) is known color: Han Purple. HEX triplet: 66, 3A and EE. RGB value is (102,58,238). Sum of RGB (Red+Green+Blue) = 102+58+238=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 58 (23.05% from 255 or 14.57% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #663AEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663AEE is #99C511. Grayscale: #5B5B5B. Windows color (decimal): -10077458 or 15612518. OLE color: 15612518.
HSL color Cylindrical-coordinate representation of color #663AEE: hue angle of 254.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #663AEE is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 58 | 238 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.07 |
| HSL | 254.67º | 0.84% | 0.58% | - |
| HSV(B) | 254.67º | 0.76% | 0.93% | - |
| XYZ | 22.43 | 12.02 | 82.03 | - |
| YUV | 91.68 | 210.58 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 238 | 0.57 | 0.76 | 0 | 0.07 | 254.67 | 0.84 | 0.58 |
| Hex | 66 | 3A | EE | 39 | 4C | 0 | 7 | FF | 54 | 3A |
| Octal | 146 | 72 | 356 | 71 | 114 | 0 | 7 | 377 | 124 | 72 |
| Binary | 1100110 | 111010 | 11101110 | 111001 | 1001100 | 0 | 111 | 11111111 | 1010100 | 111010 |
Color Harmonies of #663AEE
Complementary color
Monochromatic Colors of #663AEE
Black with #663AEE
Text Example
Text Example
White with #663AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663AEE; }
p { color: rgb(102,58,238); }
H1.HeaderClassName
{
color: #663AEE;
}
.AnyTagClassName
{
color: #663AEE;
}
</style>
background-color css
<style>
a { background-color: #663AEE; }
a { background-color: rgb(102,58,238); }
div.DivClassName
{
background-color: #663AEE;
}
.BgClassName
{
background-color: #663AEE;
}
</style>
border-color css
<style>
span { border-color: #663AEE; }
span { border-color: rgb(102,58,238); }
td.TdClassName
{
border-color: #663AEE;
}
.TagClassName
{
border-color: #663AEE;
}
</style>