Shades of Han Purple #692CFD
Tints of Han Purple #692CFD
RGB
CMYK
RGB Variations
Color information
#692CFD (or 0x692CFD) is known color: Han Purple. HEX triplet: 69, 2C and FD. RGB value is (105,44,253). Sum of RGB (Red+Green+Blue) = 105+44+253=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 44 (17.58% from 255 or 10.95% from 402); Blue value is 253 (99.22% from 255 or 62.94% from 402); Max value from RGB is 253 - color contains mainly: blue. Hex color #692CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #692CFD is #96D302. Grayscale: #555555. Windows color (decimal): -9884419 or 16591977. OLE color: 16591977.
HSL color Cylindrical-coordinate representation of color #692CFD: hue angle of 257.51º degrees, saturation: 0.98, 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 #692CFD is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 44 | 253 | - |
| CMYK | 0.58 | 0.83 | 0 | 0.01 |
| HSL | 257.51º | 0.98% | 0.58% | - |
| HSV(B) | 257.51º | 0.83% | 0.99% | - |
| XYZ | 24.46 | 11.9 | 93.94 | - |
| YUV | 86.07 | 222.21 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 253 | 0.58 | 0.83 | 0 | 0.01 | 257.51 | 0.98 | 0.58 |
| Hex | 69 | 2C | FD | 3A | 53 | 0 | 1 | 102 | 62 | 3A |
| Octal | 151 | 54 | 375 | 72 | 123 | 0 | 1 | 402 | 142 | 72 |
| Binary | 1101001 | 101100 | 11111101 | 111010 | 1010011 | 0 | 1 | 100000010 | 1100010 | 111010 |
Color Harmonies of #692CFD
Complementary color
Monochromatic Colors of #692CFD
Black with #692CFD
Text Example
Text Example
White with #692CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692CFD; }
p { color: rgb(105,44,253); }
H1.HeaderClassName
{
color: #692CFD;
}
.AnyTagClassName
{
color: #692CFD;
}
</style>
background-color css
<style>
a { background-color: #692CFD; }
a { background-color: rgb(105,44,253); }
div.DivClassName
{
background-color: #692CFD;
}
.BgClassName
{
background-color: #692CFD;
}
</style>
border-color css
<style>
span { border-color: #692CFD; }
span { border-color: rgb(105,44,253); }
td.TdClassName
{
border-color: #692CFD;
}
.TagClassName
{
border-color: #692CFD;
}
</style>