Shades of Han Purple #691FFC
Tints of Han Purple #691FFC
RGB
CMYK
RGB Variations
Color information
#691FFC (or 0x691FFC) is known color: Han Purple. HEX triplet: 69, 1F and FC. RGB value is (105,31,252). Sum of RGB (Red+Green+Blue) = 105+31+252=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #691FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #691FFC is #96E003. Grayscale: #4D4D4D. Windows color (decimal): -9887748 or 16523113. OLE color: 16523113.
HSL color Cylindrical-coordinate representation of color #691FFC: hue angle of 260.09º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #691FFC is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 31 | 252 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.01 |
| HSL | 260.09º | 0.97% | 0.55% | - |
| HSV(B) | 260.09º | 0.88% | 0.99% | - |
| XYZ | 23.89 | 11.01 | 92.96 | - |
| YUV | 78.32 | 226.02 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 31 | 252 | 0.58 | 0.88 | 0 | 0.01 | 260.09 | 0.97 | 0.55 |
| Hex | 69 | 1F | FC | 3A | 58 | 0 | 1 | 104 | 61 | 37 |
| Octal | 151 | 37 | 374 | 72 | 130 | 0 | 1 | 404 | 141 | 67 |
| Binary | 1101001 | 11111 | 11111100 | 111010 | 1011000 | 0 | 1 | 100000100 | 1100001 | 110111 |
Color Harmonies of #691FFC
Complementary color
Monochromatic Colors of #691FFC
Black with #691FFC
Text Example
Text Example
White with #691FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691FFC; }
p { color: rgb(105,31,252); }
H1.HeaderClassName
{
color: #691FFC;
}
.AnyTagClassName
{
color: #691FFC;
}
</style>
background-color css
<style>
a { background-color: #691FFC; }
a { background-color: rgb(105,31,252); }
div.DivClassName
{
background-color: #691FFC;
}
.BgClassName
{
background-color: #691FFC;
}
</style>
border-color css
<style>
span { border-color: #691FFC; }
span { border-color: rgb(105,31,252); }
td.TdClassName
{
border-color: #691FFC;
}
.TagClassName
{
border-color: #691FFC;
}
</style>