Shades of Han Purple #6934F3
Tints of Han Purple #6934F3
RGB
CMYK
RGB Variations
Color information
#6934F3 (or 0x6934F3) is known color: Han Purple. HEX triplet: 69, 34 and F3. RGB value is (105,52,243). Sum of RGB (Red+Green+Blue) = 105+52+243=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 243 (95.31% from 255 or 60.75% from 400); Max value from RGB is 243 - color contains mainly: blue. Hex color #6934F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6934F3 is #96CB0C. Grayscale: #585858. Windows color (decimal): -9882381 or 15938665. OLE color: 15938665.
HSL color Cylindrical-coordinate representation of color #6934F3: hue angle of 256.65º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6934F3 is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 52 | 243 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.05 |
| HSL | 256.65º | 0.89% | 0.58% | - |
| HSV(B) | 256.65º | 0.79% | 0.95% | - |
| XYZ | 23.23 | 11.93 | 85.87 | - |
| YUV | 89.62 | 214.56 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 52 | 243 | 0.57 | 0.79 | 0 | 0.05 | 256.65 | 0.89 | 0.58 |
| Hex | 69 | 34 | F3 | 39 | 4F | 0 | 5 | 101 | 59 | 3A |
| Octal | 151 | 64 | 363 | 71 | 117 | 0 | 5 | 401 | 131 | 72 |
| Binary | 1101001 | 110100 | 11110011 | 111001 | 1001111 | 0 | 101 | 100000001 | 1011001 | 111010 |
Color Harmonies of #6934F3
Complementary color
Monochromatic Colors of #6934F3
Black with #6934F3
Text Example
Text Example
White with #6934F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6934F3; }
p { color: rgb(105,52,243); }
H1.HeaderClassName
{
color: #6934F3;
}
.AnyTagClassName
{
color: #6934F3;
}
</style>
background-color css
<style>
a { background-color: #6934F3; }
a { background-color: rgb(105,52,243); }
div.DivClassName
{
background-color: #6934F3;
}
.BgClassName
{
background-color: #6934F3;
}
</style>
border-color css
<style>
span { border-color: #6934F3; }
span { border-color: rgb(105,52,243); }
td.TdClassName
{
border-color: #6934F3;
}
.TagClassName
{
border-color: #6934F3;
}
</style>