Shades of Han Purple #693AF3
Tints of Han Purple #693AF3
RGB
CMYK
RGB Variations
Color information
#693AF3 (or 0x693AF3) is known color: Han Purple. HEX triplet: 69, 3A and F3. RGB value is (105,58,243). Sum of RGB (Red+Green+Blue) = 105+58+243=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 243 (95.31% from 255 or 59.85% from 406); Max value from RGB is 243 - color contains mainly: blue. Hex color #693AF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693AF3 is #96C50C. Grayscale: #5C5C5C. Windows color (decimal): -9880845 or 15940201. OLE color: 15940201.
HSL color Cylindrical-coordinate representation of color #693AF3: hue angle of 255.24º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #693AF3 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 58 | 243 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.05 |
| HSL | 255.24º | 0.89% | 0.59% | - |
| HSV(B) | 255.24º | 0.76% | 0.95% | - |
| XYZ | 23.52 | 12.5 | 85.97 | - |
| YUV | 93.14 | 212.57 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 243 | 0.57 | 0.76 | 0 | 0.05 | 255.24 | 0.89 | 0.59 |
| Hex | 69 | 3A | F3 | 39 | 4C | 0 | 5 | FF | 59 | 3B |
| Octal | 151 | 72 | 363 | 71 | 114 | 0 | 5 | 377 | 131 | 73 |
| Binary | 1101001 | 111010 | 11110011 | 111001 | 1001100 | 0 | 101 | 11111111 | 1011001 | 111011 |
Color Harmonies of #693AF3
Complementary color
Monochromatic Colors of #693AF3
Black with #693AF3
Text Example
Text Example
White with #693AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693AF3; }
p { color: rgb(105,58,243); }
H1.HeaderClassName
{
color: #693AF3;
}
.AnyTagClassName
{
color: #693AF3;
}
</style>
background-color css
<style>
a { background-color: #693AF3; }
a { background-color: rgb(105,58,243); }
div.DivClassName
{
background-color: #693AF3;
}
.BgClassName
{
background-color: #693AF3;
}
</style>
border-color css
<style>
span { border-color: #693AF3; }
span { border-color: rgb(105,58,243); }
td.TdClassName
{
border-color: #693AF3;
}
.TagClassName
{
border-color: #693AF3;
}
</style>