Shades of Han Purple #6632EA
Tints of Han Purple #6632EA
RGB
CMYK
RGB Variations
Color information
#6632EA (or 0x6632EA) is known color: Han Purple. HEX triplet: 66, 32 and EA. RGB value is (102,50,234). Sum of RGB (Red+Green+Blue) = 102+50+234=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #6632EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6632EA is #99CD15. Grayscale: #555555. Windows color (decimal): -10079510 or 15348326. OLE color: 15348326.
HSL color Cylindrical-coordinate representation of color #6632EA: hue angle of 256.96º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6632EA is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 50 | 234 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.08 |
| HSL | 256.96º | 0.81% | 0.56% | - |
| HSV(B) | 256.96º | 0.79% | 0.92% | - |
| XYZ | 21.47 | 11.05 | 78.84 | - |
| YUV | 86.52 | 211.23 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 234 | 0.56 | 0.79 | 0 | 0.08 | 256.96 | 0.81 | 0.56 |
| Hex | 66 | 32 | EA | 38 | 4F | 0 | 8 | 101 | 51 | 38 |
| Octal | 146 | 62 | 352 | 70 | 117 | 0 | 10 | 401 | 121 | 70 |
| Binary | 1100110 | 110010 | 11101010 | 111000 | 1001111 | 0 | 1000 | 100000001 | 1010001 | 111000 |
Color Harmonies of #6632EA
Complementary color
Monochromatic Colors of #6632EA
Black with #6632EA
Text Example
Text Example
White with #6632EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6632EA; }
p { color: rgb(102,50,234); }
H1.HeaderClassName
{
color: #6632EA;
}
.AnyTagClassName
{
color: #6632EA;
}
</style>
background-color css
<style>
a { background-color: #6632EA; }
a { background-color: rgb(102,50,234); }
div.DivClassName
{
background-color: #6632EA;
}
.BgClassName
{
background-color: #6632EA;
}
</style>
border-color css
<style>
span { border-color: #6632EA; }
span { border-color: rgb(102,50,234); }
td.TdClassName
{
border-color: #6632EA;
}
.TagClassName
{
border-color: #6632EA;
}
</style>