Shades of Han Purple #6920EA
Tints of Han Purple #6920EA
RGB
CMYK
RGB Variations
Color information
#6920EA (or 0x6920EA) is known color: Han Purple. HEX triplet: 69, 20 and EA. RGB value is (105,32,234). Sum of RGB (Red+Green+Blue) = 105+32+234=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #6920EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6920EA is #96DF15. Grayscale: #4C4C4C. Windows color (decimal): -9887510 or 15343721. OLE color: 15343721.
HSL color Cylindrical-coordinate representation of color #6920EA: hue angle of 261.68º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6920EA is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 32 | 234 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.08 |
| HSL | 261.68º | 0.83% | 0.52% | - |
| HSV(B) | 261.68º | 0.86% | 0.92% | - |
| XYZ | 21.19 | 9.98 | 78.65 | - |
| YUV | 76.86 | 216.68 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 32 | 234 | 0.55 | 0.86 | 0 | 0.08 | 261.68 | 0.83 | 0.52 |
| Hex | 69 | 20 | EA | 37 | 56 | 0 | 8 | 106 | 53 | 34 |
| Octal | 151 | 40 | 352 | 67 | 126 | 0 | 10 | 406 | 123 | 64 |
| Binary | 1101001 | 100000 | 11101010 | 110111 | 1010110 | 0 | 1000 | 100000110 | 1010011 | 110100 |
Color Harmonies of #6920EA
Complementary color
Monochromatic Colors of #6920EA
Black with #6920EA
Text Example
Text Example
White with #6920EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6920EA; }
p { color: rgb(105,32,234); }
H1.HeaderClassName
{
color: #6920EA;
}
.AnyTagClassName
{
color: #6920EA;
}
</style>
background-color css
<style>
a { background-color: #6920EA; }
a { background-color: rgb(105,32,234); }
div.DivClassName
{
background-color: #6920EA;
}
.BgClassName
{
background-color: #6920EA;
}
</style>
border-color css
<style>
span { border-color: #6920EA; }
span { border-color: rgb(105,32,234); }
td.TdClassName
{
border-color: #6920EA;
}
.TagClassName
{
border-color: #6920EA;
}
</style>