Shades of Han Purple #6934F8
Tints of Han Purple #6934F8
RGB
CMYK
RGB Variations
Color information
#6934F8 (or 0x6934F8) is known color: Han Purple. HEX triplet: 69, 34 and F8. RGB value is (105,52,248). Sum of RGB (Red+Green+Blue) = 105+52+248=405 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.93% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 248 (97.27% from 255 or 61.23% from 405); Max value from RGB is 248 - color contains mainly: blue. Hex color #6934F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6934F8 is #96CB07. Grayscale: #595959. Windows color (decimal): -9882376 or 16266345. OLE color: 16266345.
HSL color Cylindrical-coordinate representation of color #6934F8: hue angle of 256.22º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6934F8 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 105 | 52 | 248 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.03 |
| HSL | 256.22º | 0.93% | 0.59% | - |
| HSV(B) | 256.22º | 0.79% | 0.97% | - |
| XYZ | 24 | 12.24 | 89.9 | - |
| YUV | 90.19 | 217.06 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 52 | 248 | 0.58 | 0.79 | 0 | 0.03 | 256.22 | 0.93 | 0.59 |
| Hex | 69 | 34 | F8 | 3A | 4F | 0 | 3 | 100 | 5D | 3B |
| Octal | 151 | 64 | 370 | 72 | 117 | 0 | 3 | 400 | 135 | 73 |
| Binary | 1101001 | 110100 | 11111000 | 111010 | 1001111 | 0 | 11 | 100000000 | 1011101 | 111011 |
Color Harmonies of #6934F8
Complementary color
Monochromatic Colors of #6934F8
Black with #6934F8
Text Example
Text Example
White with #6934F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6934F8; }
p { color: rgb(105,52,248); }
H1.HeaderClassName
{
color: #6934F8;
}
.AnyTagClassName
{
color: #6934F8;
}
</style>
background-color css
<style>
a { background-color: #6934F8; }
a { background-color: rgb(105,52,248); }
div.DivClassName
{
background-color: #6934F8;
}
.BgClassName
{
background-color: #6934F8;
}
</style>
border-color css
<style>
span { border-color: #6934F8; }
span { border-color: rgb(105,52,248); }
td.TdClassName
{
border-color: #6934F8;
}
.TagClassName
{
border-color: #6934F8;
}
</style>