Shades of Han Purple #6631EA
Tints of Han Purple #6631EA
RGB
CMYK
RGB Variations
Color information
#6631EA (or 0x6631EA) is known color: Han Purple. HEX triplet: 66, 31 and EA. RGB value is (102,49,234). Sum of RGB (Red+Green+Blue) = 102+49+234=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #6631EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6631EA is #99CE15. Grayscale: #555555. Windows color (decimal): -10079766 or 15348070. OLE color: 15348070.
HSL color Cylindrical-coordinate representation of color #6631EA: hue angle of 257.19º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6631EA is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 49 | 234 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.08 |
| HSL | 257.19º | 0.81% | 0.55% | - |
| HSV(B) | 257.19º | 0.79% | 0.92% | - |
| XYZ | 21.43 | 10.96 | 78.83 | - |
| YUV | 85.94 | 211.56 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 49 | 234 | 0.56 | 0.79 | 0 | 0.08 | 257.19 | 0.81 | 0.55 |
| Hex | 66 | 31 | EA | 38 | 4F | 0 | 8 | 101 | 51 | 37 |
| Octal | 146 | 61 | 352 | 70 | 117 | 0 | 10 | 401 | 121 | 67 |
| Binary | 1100110 | 110001 | 11101010 | 111000 | 1001111 | 0 | 1000 | 100000001 | 1010001 | 110111 |
Color Harmonies of #6631EA
Complementary color
Monochromatic Colors of #6631EA
Black with #6631EA
Text Example
Text Example
White with #6631EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6631EA; }
p { color: rgb(102,49,234); }
H1.HeaderClassName
{
color: #6631EA;
}
.AnyTagClassName
{
color: #6631EA;
}
</style>
background-color css
<style>
a { background-color: #6631EA; }
a { background-color: rgb(102,49,234); }
div.DivClassName
{
background-color: #6631EA;
}
.BgClassName
{
background-color: #6631EA;
}
</style>
border-color css
<style>
span { border-color: #6631EA; }
span { border-color: rgb(102,49,234); }
td.TdClassName
{
border-color: #6631EA;
}
.TagClassName
{
border-color: #6631EA;
}
</style>