Shades of Han Purple #6D34FC
Tints of Han Purple #6D34FC
RGB
CMYK
RGB Variations
Color information
#6D34FC (or 0x6D34FC) is known color: Han Purple. HEX triplet: 6D, 34 and FC. RGB value is (109,52,252). Sum of RGB (Red+Green+Blue) = 109+52+252=413 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.39% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D34FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D34FC is #92CB03. Grayscale: #5B5B5B. Windows color (decimal): -9620228 or 16528493. OLE color: 16528493.
HSL color Cylindrical-coordinate representation of color #6D34FC: hue angle of 257.1º 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 #6D34FC is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 52 | 252 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.01 |
| HSL | 257.1º | 0.97% | 0.6% | - |
| HSV(B) | 257.1º | 0.79% | 0.99% | - |
| XYZ | 25.11 | 12.74 | 93.23 | - |
| YUV | 91.84 | 218.38 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 52 | 252 | 0.57 | 0.79 | 0 | 0.01 | 257.1 | 0.97 | 0.6 |
| Hex | 6D | 34 | FC | 39 | 4F | 0 | 1 | 101 | 61 | 3C |
| Octal | 155 | 64 | 374 | 71 | 117 | 0 | 1 | 401 | 141 | 74 |
| Binary | 1101101 | 110100 | 11111100 | 111001 | 1001111 | 0 | 1 | 100000001 | 1100001 | 111100 |
Color Harmonies of #6D34FC
Complementary color
Monochromatic Colors of #6D34FC
Black with #6D34FC
Text Example
Text Example
White with #6D34FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D34FC; }
p { color: rgb(109,52,252); }
H1.HeaderClassName
{
color: #6D34FC;
}
.AnyTagClassName
{
color: #6D34FC;
}
</style>
background-color css
<style>
a { background-color: #6D34FC; }
a { background-color: rgb(109,52,252); }
div.DivClassName
{
background-color: #6D34FC;
}
.BgClassName
{
background-color: #6D34FC;
}
</style>
border-color css
<style>
span { border-color: #6D34FC; }
span { border-color: rgb(109,52,252); }
td.TdClassName
{
border-color: #6D34FC;
}
.TagClassName
{
border-color: #6D34FC;
}
</style>