Shades of Han Purple #6934FC
Tints of Han Purple #6934FC
RGB
CMYK
RGB Variations
Color information
#6934FC (or 0x6934FC) is known color: Han Purple. HEX triplet: 69, 34 and FC. RGB value is (105,52,252). Sum of RGB (Red+Green+Blue) = 105+52+252=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #6934FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6934FC is #96CB03. Grayscale: #595959. Windows color (decimal): -9882372 or 16528489. OLE color: 16528489.
HSL color Cylindrical-coordinate representation of color #6934FC: hue angle of 255.9º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6934FC is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 52 | 252 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.01 |
| HSL | 255.9º | 0.97% | 0.6% | - |
| HSV(B) | 255.9º | 0.79% | 0.99% | - |
| XYZ | 24.62 | 12.49 | 93.21 | - |
| YUV | 90.65 | 219.06 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 52 | 252 | 0.58 | 0.79 | 0 | 0.01 | 255.9 | 0.97 | 0.6 |
| Hex | 69 | 34 | FC | 3A | 4F | 0 | 1 | 100 | 61 | 3C |
| Octal | 151 | 64 | 374 | 72 | 117 | 0 | 1 | 400 | 141 | 74 |
| Binary | 1101001 | 110100 | 11111100 | 111010 | 1001111 | 0 | 1 | 100000000 | 1100001 | 111100 |
Color Harmonies of #6934FC
Complementary color
Monochromatic Colors of #6934FC
Black with #6934FC
Text Example
Text Example
White with #6934FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6934FC; }
p { color: rgb(105,52,252); }
H1.HeaderClassName
{
color: #6934FC;
}
.AnyTagClassName
{
color: #6934FC;
}
</style>
background-color css
<style>
a { background-color: #6934FC; }
a { background-color: rgb(105,52,252); }
div.DivClassName
{
background-color: #6934FC;
}
.BgClassName
{
background-color: #6934FC;
}
</style>
border-color css
<style>
span { border-color: #6934FC; }
span { border-color: rgb(105,52,252); }
td.TdClassName
{
border-color: #6934FC;
}
.TagClassName
{
border-color: #6934FC;
}
</style>