Shades of Han Purple #6F3AFB
Tints of Han Purple #6F3AFB
RGB
CMYK
RGB Variations
Color information
#6F3AFB (or 0x6F3AFB) is known color: Han Purple. HEX triplet: 6F, 3A and FB. RGB value is (111,58,251). Sum of RGB (Red+Green+Blue) = 111+58+251=420 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.43% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #6F3AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F3AFB is #90C504. Grayscale: #5F5F5F. Windows color (decimal): -9487621 or 16464495. OLE color: 16464495.
HSL color Cylindrical-coordinate representation of color #6F3AFB: hue angle of 256.48º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F3AFB is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 58 | 251 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.02 |
| HSL | 256.48º | 0.96% | 0.61% | - |
| HSV(B) | 256.48º | 0.77% | 0.98% | - |
| XYZ | 25.48 | 13.37 | 92.5 | - |
| YUV | 95.85 | 215.56 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 58 | 251 | 0.56 | 0.77 | 0 | 0.02 | 256.48 | 0.96 | 0.61 |
| Hex | 6F | 3A | FB | 38 | 4D | 0 | 2 | 100 | 60 | 3D |
| Octal | 157 | 72 | 373 | 70 | 115 | 0 | 2 | 400 | 140 | 75 |
| Binary | 1101111 | 111010 | 11111011 | 111000 | 1001101 | 0 | 10 | 100000000 | 1100000 | 111101 |
Color Harmonies of #6F3AFB
Complementary color
Monochromatic Colors of #6F3AFB
Black with #6F3AFB
Text Example
Text Example
White with #6F3AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3AFB; }
p { color: rgb(111,58,251); }
H1.HeaderClassName
{
color: #6F3AFB;
}
.AnyTagClassName
{
color: #6F3AFB;
}
</style>
background-color css
<style>
a { background-color: #6F3AFB; }
a { background-color: rgb(111,58,251); }
div.DivClassName
{
background-color: #6F3AFB;
}
.BgClassName
{
background-color: #6F3AFB;
}
</style>
border-color css
<style>
span { border-color: #6F3AFB; }
span { border-color: rgb(111,58,251); }
td.TdClassName
{
border-color: #6F3AFB;
}
.TagClassName
{
border-color: #6F3AFB;
}
</style>