Shades of Han Purple #692CFC
Tints of Han Purple #692CFC
RGB
CMYK
RGB Variations
Color information
#692CFC (or 0x692CFC) is known color: Han Purple. HEX triplet: 69, 2C and FC. RGB value is (105,44,252). Sum of RGB (Red+Green+Blue) = 105+44+252=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #692CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #692CFC is #96D303. Grayscale: #555555. Windows color (decimal): -9884420 or 16526441. OLE color: 16526441.
HSL color Cylindrical-coordinate representation of color #692CFC: hue angle of 257.6º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #692CFC is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 44 | 252 | - |
| CMYK | 0.58 | 0.83 | 0 | 0.01 |
| HSL | 257.6º | 0.97% | 0.58% | - |
| HSV(B) | 257.6º | 0.83% | 0.99% | - |
| XYZ | 24.3 | 11.83 | 93.1 | - |
| YUV | 85.95 | 221.71 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 252 | 0.58 | 0.83 | 0 | 0.01 | 257.6 | 0.97 | 0.58 |
| Hex | 69 | 2C | FC | 3A | 53 | 0 | 1 | 102 | 61 | 3A |
| Octal | 151 | 54 | 374 | 72 | 123 | 0 | 1 | 402 | 141 | 72 |
| Binary | 1101001 | 101100 | 11111100 | 111010 | 1010011 | 0 | 1 | 100000010 | 1100001 | 111010 |
Color Harmonies of #692CFC
Complementary color
Monochromatic Colors of #692CFC
Black with #692CFC
Text Example
Text Example
White with #692CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692CFC; }
p { color: rgb(105,44,252); }
H1.HeaderClassName
{
color: #692CFC;
}
.AnyTagClassName
{
color: #692CFC;
}
</style>
background-color css
<style>
a { background-color: #692CFC; }
a { background-color: rgb(105,44,252); }
div.DivClassName
{
background-color: #692CFC;
}
.BgClassName
{
background-color: #692CFC;
}
</style>
border-color css
<style>
span { border-color: #692CFC; }
span { border-color: rgb(105,44,252); }
td.TdClassName
{
border-color: #692CFC;
}
.TagClassName
{
border-color: #692CFC;
}
</style>