Shades of Han Purple #692CFA
Tints of Han Purple #692CFA
RGB
CMYK
RGB Variations
Color information
#692CFA (or 0x692CFA) is known color: Han Purple. HEX triplet: 69, 2C and FA. RGB value is (105,44,250). Sum of RGB (Red+Green+Blue) = 105+44+250=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #692CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #692CFA is #96D305. Grayscale: #545454. Windows color (decimal): -9884422 or 16395369. OLE color: 16395369.
HSL color Cylindrical-coordinate representation of color #692CFA: hue angle of 257.77º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #692CFA is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 44 | 250 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.02 |
| HSL | 257.77º | 0.95% | 0.58% | - |
| HSV(B) | 257.77º | 0.82% | 0.98% | - |
| XYZ | 23.98 | 11.71 | 91.44 | - |
| YUV | 85.72 | 220.71 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 250 | 0.58 | 0.82 | 0 | 0.02 | 257.77 | 0.95 | 0.58 |
| Hex | 69 | 2C | FA | 3A | 52 | 0 | 2 | 102 | 5F | 3A |
| Octal | 151 | 54 | 372 | 72 | 122 | 0 | 2 | 402 | 137 | 72 |
| Binary | 1101001 | 101100 | 11111010 | 111010 | 1010010 | 0 | 10 | 100000010 | 1011111 | 111010 |
Color Harmonies of #692CFA
Complementary color
Monochromatic Colors of #692CFA
Black with #692CFA
Text Example
Text Example
White with #692CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692CFA; }
p { color: rgb(105,44,250); }
H1.HeaderClassName
{
color: #692CFA;
}
.AnyTagClassName
{
color: #692CFA;
}
</style>
background-color css
<style>
a { background-color: #692CFA; }
a { background-color: rgb(105,44,250); }
div.DivClassName
{
background-color: #692CFA;
}
.BgClassName
{
background-color: #692CFA;
}
</style>
border-color css
<style>
span { border-color: #692CFA; }
span { border-color: rgb(105,44,250); }
td.TdClassName
{
border-color: #692CFA;
}
.TagClassName
{
border-color: #692CFA;
}
</style>