Shades of Han Purple #663AEC
Tints of Han Purple #663AEC
RGB
CMYK
RGB Variations
Color information
#663AEC (or 0x663AEC) is known color: Han Purple. HEX triplet: 66, 3A and EC. RGB value is (102,58,236). Sum of RGB (Red+Green+Blue) = 102+58+236=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 58 (23.05% from 255 or 14.65% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #663AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #663AEC is #99C513. Grayscale: #5A5A5A. Windows color (decimal): -10077460 or 15481446. OLE color: 15481446.
HSL color Cylindrical-coordinate representation of color #663AEC: hue angle of 254.83º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #663AEC is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 58 | 236 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.07 |
| HSL | 254.83º | 0.82% | 0.58% | - |
| HSV(B) | 254.83º | 0.75% | 0.93% | - |
| XYZ | 22.13 | 11.91 | 80.49 | - |
| YUV | 91.45 | 209.58 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 236 | 0.57 | 0.75 | 0 | 0.07 | 254.83 | 0.82 | 0.58 |
| Hex | 66 | 3A | EC | 39 | 4B | 0 | 7 | FF | 52 | 3A |
| Octal | 146 | 72 | 354 | 71 | 113 | 0 | 7 | 377 | 122 | 72 |
| Binary | 1100110 | 111010 | 11101100 | 111001 | 1001011 | 0 | 111 | 11111111 | 1010010 | 111010 |
Color Harmonies of #663AEC
Complementary color
Monochromatic Colors of #663AEC
Black with #663AEC
Text Example
Text Example
White with #663AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663AEC; }
p { color: rgb(102,58,236); }
H1.HeaderClassName
{
color: #663AEC;
}
.AnyTagClassName
{
color: #663AEC;
}
</style>
background-color css
<style>
a { background-color: #663AEC; }
a { background-color: rgb(102,58,236); }
div.DivClassName
{
background-color: #663AEC;
}
.BgClassName
{
background-color: #663AEC;
}
</style>
border-color css
<style>
span { border-color: #663AEC; }
span { border-color: rgb(102,58,236); }
td.TdClassName
{
border-color: #663AEC;
}
.TagClassName
{
border-color: #663AEC;
}
</style>