Shades of Han Purple #693AF4
Tints of Han Purple #693AF4
RGB
CMYK
RGB Variations
Color information
#693AF4 (or 0x693AF4) is known color: Han Purple. HEX triplet: 69, 3A and F4. RGB value is (105,58,244). Sum of RGB (Red+Green+Blue) = 105+58+244=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 244 (95.70% from 255 or 59.95% from 407); Max value from RGB is 244 - color contains mainly: blue. Hex color #693AF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #693AF4 is #96C50B. Grayscale: #5C5C5C. Windows color (decimal): -9880844 or 16005737. OLE color: 16005737.
HSL color Cylindrical-coordinate representation of color #693AF4: hue angle of 255.16º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #693AF4 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 58 | 244 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.04 |
| HSL | 255.16º | 0.89% | 0.59% | - |
| HSV(B) | 255.16º | 0.76% | 0.96% | - |
| XYZ | 23.67 | 12.56 | 86.77 | - |
| YUV | 93.26 | 213.07 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 244 | 0.57 | 0.76 | 0 | 0.04 | 255.16 | 0.89 | 0.59 |
| Hex | 69 | 3A | F4 | 39 | 4C | 0 | 4 | FF | 59 | 3B |
| Octal | 151 | 72 | 364 | 71 | 114 | 0 | 4 | 377 | 131 | 73 |
| Binary | 1101001 | 111010 | 11110100 | 111001 | 1001100 | 0 | 100 | 11111111 | 1011001 | 111011 |
Color Harmonies of #693AF4
Complementary color
Monochromatic Colors of #693AF4
Black with #693AF4
Text Example
Text Example
White with #693AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693AF4; }
p { color: rgb(105,58,244); }
H1.HeaderClassName
{
color: #693AF4;
}
.AnyTagClassName
{
color: #693AF4;
}
</style>
background-color css
<style>
a { background-color: #693AF4; }
a { background-color: rgb(105,58,244); }
div.DivClassName
{
background-color: #693AF4;
}
.BgClassName
{
background-color: #693AF4;
}
</style>
border-color css
<style>
span { border-color: #693AF4; }
span { border-color: rgb(105,58,244); }
td.TdClassName
{
border-color: #693AF4;
}
.TagClassName
{
border-color: #693AF4;
}
</style>