Shades of Han Purple #6924F9
Tints of Han Purple #6924F9
RGB
CMYK
RGB Variations
Color information
#6924F9 (or 0x6924F9) is known color: Han Purple. HEX triplet: 69, 24 and F9. RGB value is (105,36,249). Sum of RGB (Red+Green+Blue) = 105+36+249=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 36 (14.45% from 255 or 9.23% from 390); Blue value is 249 (97.66% from 255 or 63.85% from 390); Max value from RGB is 249 - color contains mainly: blue. Hex color #6924F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6924F9 is #96DB06. Grayscale: #505050. Windows color (decimal): -9886471 or 16327785. OLE color: 16327785.
HSL color Cylindrical-coordinate representation of color #6924F9: hue angle of 259.44º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6924F9 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 36 | 249 | - |
| CMYK | 0.58 | 0.86 | 0 | 0.02 |
| HSL | 259.44º | 0.95% | 0.56% | - |
| HSV(B) | 259.44º | 0.86% | 0.98% | - |
| XYZ | 23.56 | 11.1 | 90.52 | - |
| YUV | 80.91 | 222.86 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 36 | 249 | 0.58 | 0.86 | 0 | 0.02 | 259.44 | 0.95 | 0.56 |
| Hex | 69 | 24 | F9 | 3A | 56 | 0 | 2 | 103 | 5F | 38 |
| Octal | 151 | 44 | 371 | 72 | 126 | 0 | 2 | 403 | 137 | 70 |
| Binary | 1101001 | 100100 | 11111001 | 111010 | 1010110 | 0 | 10 | 100000011 | 1011111 | 111000 |
Color Harmonies of #6924F9
Complementary color
Monochromatic Colors of #6924F9
Black with #6924F9
Text Example
Text Example
White with #6924F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6924F9; }
p { color: rgb(105,36,249); }
H1.HeaderClassName
{
color: #6924F9;
}
.AnyTagClassName
{
color: #6924F9;
}
</style>
background-color css
<style>
a { background-color: #6924F9; }
a { background-color: rgb(105,36,249); }
div.DivClassName
{
background-color: #6924F9;
}
.BgClassName
{
background-color: #6924F9;
}
</style>
border-color css
<style>
span { border-color: #6924F9; }
span { border-color: rgb(105,36,249); }
td.TdClassName
{
border-color: #6924F9;
}
.TagClassName
{
border-color: #6924F9;
}
</style>