Shades of Han Purple #6B34F5
Tints of Han Purple #6B34F5
RGB
CMYK
RGB Variations
Color information
#6B34F5 (or 0x6B34F5) is known color: Han Purple. HEX triplet: 6B, 34 and F5. RGB value is (107,52,245). Sum of RGB (Red+Green+Blue) = 107+52+245=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 245 (96.09% from 255 or 60.64% from 404); Max value from RGB is 245 - color contains mainly: blue. Hex color #6B34F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B34F5 is #94CB0A. Grayscale: #595959. Windows color (decimal): -9751307 or 16069739. OLE color: 16069739.
HSL color Cylindrical-coordinate representation of color #6B34F5: hue angle of 257.1º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B34F5 is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 107 | 52 | 245 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.04 |
| HSL | 257.1º | 0.91% | 0.58% | - |
| HSV(B) | 257.1º | 0.79% | 0.96% | - |
| XYZ | 23.77 | 12.17 | 87.48 | - |
| YUV | 90.45 | 215.22 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 52 | 245 | 0.56 | 0.79 | 0 | 0.04 | 257.1 | 0.91 | 0.58 |
| Hex | 6B | 34 | F5 | 38 | 4F | 0 | 4 | 101 | 5B | 3A |
| Octal | 153 | 64 | 365 | 70 | 117 | 0 | 4 | 401 | 133 | 72 |
| Binary | 1101011 | 110100 | 11110101 | 111000 | 1001111 | 0 | 100 | 100000001 | 1011011 | 111010 |
Color Harmonies of #6B34F5
Complementary color
Monochromatic Colors of #6B34F5
Black with #6B34F5
Text Example
Text Example
White with #6B34F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B34F5; }
p { color: rgb(107,52,245); }
H1.HeaderClassName
{
color: #6B34F5;
}
.AnyTagClassName
{
color: #6B34F5;
}
</style>
background-color css
<style>
a { background-color: #6B34F5; }
a { background-color: rgb(107,52,245); }
div.DivClassName
{
background-color: #6B34F5;
}
.BgClassName
{
background-color: #6B34F5;
}
</style>
border-color css
<style>
span { border-color: #6B34F5; }
span { border-color: rgb(107,52,245); }
td.TdClassName
{
border-color: #6B34F5;
}
.TagClassName
{
border-color: #6B34F5;
}
</style>