Shades of Han Purple #6613EA
Tints of Han Purple #6613EA
RGB
CMYK
RGB Variations
Color information
#6613EA (or 0x6613EA) is known color: Han Purple. HEX triplet: 66, 13 and EA. RGB value is (102,19,234). Sum of RGB (Red+Green+Blue) = 102+19+234=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 234 (91.80% from 255 or 65.92% from 355); Max value from RGB is 234 - color contains mainly: blue. Hex color #6613EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6613EA is #99EC15. Grayscale: #434343. Windows color (decimal): -10087446 or 15340390. OLE color: 15340390.
HSL color Cylindrical-coordinate representation of color #6613EA: hue angle of 263.16º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6613EA is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 19 | 234 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.08 |
| HSL | 263.16º | 0.85% | 0.5% | - |
| HSV(B) | 263.16º | 0.92% | 0.92% | - |
| XYZ | 20.56 | 9.23 | 78.54 | - |
| YUV | 68.33 | 221.5 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 19 | 234 | 0.56 | 0.92 | 0 | 0.08 | 263.16 | 0.85 | 0.5 |
| Hex | 66 | 13 | EA | 38 | 5C | 0 | 8 | 107 | 55 | 32 |
| Octal | 146 | 23 | 352 | 70 | 134 | 0 | 10 | 407 | 125 | 62 |
| Binary | 1100110 | 10011 | 11101010 | 111000 | 1011100 | 0 | 1000 | 100000111 | 1010101 | 110010 |
Color Harmonies of #6613EA
Complementary color
Monochromatic Colors of #6613EA
Black with #6613EA
Text Example
Text Example
White with #6613EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6613EA; }
p { color: rgb(102,19,234); }
H1.HeaderClassName
{
color: #6613EA;
}
.AnyTagClassName
{
color: #6613EA;
}
</style>
background-color css
<style>
a { background-color: #6613EA; }
a { background-color: rgb(102,19,234); }
div.DivClassName
{
background-color: #6613EA;
}
.BgClassName
{
background-color: #6613EA;
}
</style>
border-color css
<style>
span { border-color: #6613EA; }
span { border-color: rgb(102,19,234); }
td.TdClassName
{
border-color: #6613EA;
}
.TagClassName
{
border-color: #6613EA;
}
</style>