Shades of Han Purple #6919F0
Tints of Han Purple #6919F0
RGB
CMYK
RGB Variations
Color information
#6919F0 (or 0x6919F0) is known color: Han Purple. HEX triplet: 69, 19 and F0. RGB value is (105,25,240). Sum of RGB (Red+Green+Blue) = 105+25+240=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 240 (94.14% from 255 or 64.86% from 370); Max value from RGB is 240 - color contains mainly: blue. Hex color #6919F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6919F0 is #96E60F. Grayscale: #484848. Windows color (decimal): -9889296 or 15735145. OLE color: 15735145.
HSL color Cylindrical-coordinate representation of color #6919F0: hue angle of 262.33º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6919F0 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 25 | 240 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.06 |
| HSL | 262.33º | 0.88% | 0.52% | - |
| HSV(B) | 262.33º | 0.9% | 0.94% | - |
| XYZ | 21.9 | 9.99 | 83.21 | - |
| YUV | 73.43 | 222 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 240 | 0.56 | 0.90 | 0 | 0.06 | 262.33 | 0.88 | 0.52 |
| Hex | 69 | 19 | F0 | 38 | 5A | 0 | 6 | 106 | 58 | 34 |
| Octal | 151 | 31 | 360 | 70 | 132 | 0 | 6 | 406 | 130 | 64 |
| Binary | 1101001 | 11001 | 11110000 | 111000 | 1011010 | 0 | 110 | 100000110 | 1011000 | 110100 |
Color Harmonies of #6919F0
Complementary color
Monochromatic Colors of #6919F0
Black with #6919F0
Text Example
Text Example
White with #6919F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6919F0; }
p { color: rgb(105,25,240); }
H1.HeaderClassName
{
color: #6919F0;
}
.AnyTagClassName
{
color: #6919F0;
}
</style>
background-color css
<style>
a { background-color: #6919F0; }
a { background-color: rgb(105,25,240); }
div.DivClassName
{
background-color: #6919F0;
}
.BgClassName
{
background-color: #6919F0;
}
</style>
border-color css
<style>
span { border-color: #6919F0; }
span { border-color: rgb(105,25,240); }
td.TdClassName
{
border-color: #6919F0;
}
.TagClassName
{
border-color: #6919F0;
}
</style>