Shades of Han Purple #6F34FD
Tints of Han Purple #6F34FD
RGB
CMYK
RGB Variations
Color information
#6F34FD (or 0x6F34FD) is known color: Han Purple. HEX triplet: 6F, 34 and FD. RGB value is (111,52,253). Sum of RGB (Red+Green+Blue) = 111+52+253=416 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.68% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #6F34FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F34FD is #90CB02. Grayscale: #5B5B5B. Windows color (decimal): -9489155 or 16594031. OLE color: 16594031.
HSL color Cylindrical-coordinate representation of color #6F34FD: hue angle of 257.61º degrees, saturation: 0.98, 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 #6F34FD is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 52 | 253 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.01 |
| HSL | 257.61º | 0.98% | 0.6% | - |
| HSV(B) | 257.61º | 0.79% | 0.99% | - |
| XYZ | 25.51 | 12.93 | 94.08 | - |
| YUV | 92.56 | 218.55 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 253 | 0.56 | 0.79 | 0 | 0.01 | 257.61 | 0.98 | 0.6 |
| Hex | 6F | 34 | FD | 38 | 4F | 0 | 1 | 102 | 62 | 3C |
| Octal | 157 | 64 | 375 | 70 | 117 | 0 | 1 | 402 | 142 | 74 |
| Binary | 1101111 | 110100 | 11111101 | 111000 | 1001111 | 0 | 1 | 100000010 | 1100010 | 111100 |
Color Harmonies of #6F34FD
Complementary color
Monochromatic Colors of #6F34FD
Black with #6F34FD
Text Example
Text Example
White with #6F34FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F34FD; }
p { color: rgb(111,52,253); }
H1.HeaderClassName
{
color: #6F34FD;
}
.AnyTagClassName
{
color: #6F34FD;
}
</style>
background-color css
<style>
a { background-color: #6F34FD; }
a { background-color: rgb(111,52,253); }
div.DivClassName
{
background-color: #6F34FD;
}
.BgClassName
{
background-color: #6F34FD;
}
</style>
border-color css
<style>
span { border-color: #6F34FD; }
span { border-color: rgb(111,52,253); }
td.TdClassName
{
border-color: #6F34FD;
}
.TagClassName
{
border-color: #6F34FD;
}
</style>