Shades of Han Purple #6935F3
Tints of Han Purple #6935F3
RGB
CMYK
RGB Variations
Color information
#6935F3 (or 0x6935F3) is known color: Han Purple. HEX triplet: 69, 35 and F3. RGB value is (105,53,243). Sum of RGB (Red+Green+Blue) = 105+53+243=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 243 (95.31% from 255 or 60.60% from 401); Max value from RGB is 243 - color contains mainly: blue. Hex color #6935F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6935F3 is #96CA0C. Grayscale: #595959. Windows color (decimal): -9882125 or 15938921. OLE color: 15938921.
HSL color Cylindrical-coordinate representation of color #6935F3: hue angle of 256.42º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6935F3 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 53 | 243 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.05 |
| HSL | 256.42º | 0.89% | 0.58% | - |
| HSV(B) | 256.42º | 0.78% | 0.95% | - |
| XYZ | 23.28 | 12.02 | 85.89 | - |
| YUV | 90.21 | 214.23 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 53 | 243 | 0.57 | 0.78 | 0 | 0.05 | 256.42 | 0.89 | 0.58 |
| Hex | 69 | 35 | F3 | 39 | 4E | 0 | 5 | 100 | 59 | 3A |
| Octal | 151 | 65 | 363 | 71 | 116 | 0 | 5 | 400 | 131 | 72 |
| Binary | 1101001 | 110101 | 11110011 | 111001 | 1001110 | 0 | 101 | 100000000 | 1011001 | 111010 |
Color Harmonies of #6935F3
Complementary color
Monochromatic Colors of #6935F3
Black with #6935F3
Text Example
Text Example
White with #6935F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6935F3; }
p { color: rgb(105,53,243); }
H1.HeaderClassName
{
color: #6935F3;
}
.AnyTagClassName
{
color: #6935F3;
}
</style>
background-color css
<style>
a { background-color: #6935F3; }
a { background-color: rgb(105,53,243); }
div.DivClassName
{
background-color: #6935F3;
}
.BgClassName
{
background-color: #6935F3;
}
</style>
border-color css
<style>
span { border-color: #6935F3; }
span { border-color: rgb(105,53,243); }
td.TdClassName
{
border-color: #6935F3;
}
.TagClassName
{
border-color: #6935F3;
}
</style>