Shades of Han Purple #661AEA
Tints of Han Purple #661AEA
RGB
CMYK
RGB Variations
Color information
#661AEA (or 0x661AEA) is known color: Han Purple. HEX triplet: 66, 1A and EA. RGB value is (102,26,234). Sum of RGB (Red+Green+Blue) = 102+26+234=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 234 (91.80% from 255 or 64.64% from 362); Max value from RGB is 234 - color contains mainly: blue. Hex color #661AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #661AEA is #99E515. Grayscale: #474747. Windows color (decimal): -10085654 or 15342182. OLE color: 15342182.
HSL color Cylindrical-coordinate representation of color #661AEA: hue angle of 261.92º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #661AEA is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 26 | 234 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.08 |
| HSL | 261.92º | 0.83% | 0.51% | - |
| HSV(B) | 261.92º | 0.89% | 0.92% | - |
| XYZ | 20.7 | 9.5 | 78.59 | - |
| YUV | 72.44 | 219.18 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 26 | 234 | 0.56 | 0.89 | 0 | 0.08 | 261.92 | 0.83 | 0.51 |
| Hex | 66 | 1A | EA | 38 | 59 | 0 | 8 | 106 | 53 | 33 |
| Octal | 146 | 32 | 352 | 70 | 131 | 0 | 10 | 406 | 123 | 63 |
| Binary | 1100110 | 11010 | 11101010 | 111000 | 1011001 | 0 | 1000 | 100000110 | 1010011 | 110011 |
Color Harmonies of #661AEA
Complementary color
Monochromatic Colors of #661AEA
Black with #661AEA
Text Example
Text Example
White with #661AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661AEA; }
p { color: rgb(102,26,234); }
H1.HeaderClassName
{
color: #661AEA;
}
.AnyTagClassName
{
color: #661AEA;
}
</style>
background-color css
<style>
a { background-color: #661AEA; }
a { background-color: rgb(102,26,234); }
div.DivClassName
{
background-color: #661AEA;
}
.BgClassName
{
background-color: #661AEA;
}
</style>
border-color css
<style>
span { border-color: #661AEA; }
span { border-color: rgb(102,26,234); }
td.TdClassName
{
border-color: #661AEA;
}
.TagClassName
{
border-color: #661AEA;
}
</style>