Shades of Han Purple #6937FB
Tints of Han Purple #6937FB
RGB
CMYK
RGB Variations
Color information
#6937FB (or 0x6937FB) is known color: Han Purple. HEX triplet: 69, 37 and FB. RGB value is (105,55,251). Sum of RGB (Red+Green+Blue) = 105+55+251=411 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.55% from 411); Green value is 55 (21.88% from 255 or 13.38% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #6937FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6937FB is #96C804. Grayscale: #5B5B5B. Windows color (decimal): -9881605 or 16463721. OLE color: 16463721.
HSL color Cylindrical-coordinate representation of color #6937FB: hue angle of 255.31º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6937FB is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 55 | 251 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.02 |
| HSL | 255.31º | 0.96% | 0.6% | - |
| HSV(B) | 255.31º | 0.78% | 0.98% | - |
| XYZ | 24.6 | 12.7 | 92.42 | - |
| YUV | 92.29 | 217.57 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 55 | 251 | 0.58 | 0.78 | 0 | 0.02 | 255.31 | 0.96 | 0.6 |
| Hex | 69 | 37 | FB | 3A | 4E | 0 | 2 | FF | 60 | 3C |
| Octal | 151 | 67 | 373 | 72 | 116 | 0 | 2 | 377 | 140 | 74 |
| Binary | 1101001 | 110111 | 11111011 | 111010 | 1001110 | 0 | 10 | 11111111 | 1100000 | 111100 |
Color Harmonies of #6937FB
Complementary color
Monochromatic Colors of #6937FB
Black with #6937FB
Text Example
Text Example
White with #6937FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6937FB; }
p { color: rgb(105,55,251); }
H1.HeaderClassName
{
color: #6937FB;
}
.AnyTagClassName
{
color: #6937FB;
}
</style>
background-color css
<style>
a { background-color: #6937FB; }
a { background-color: rgb(105,55,251); }
div.DivClassName
{
background-color: #6937FB;
}
.BgClassName
{
background-color: #6937FB;
}
</style>
border-color css
<style>
span { border-color: #6937FB; }
span { border-color: rgb(105,55,251); }
td.TdClassName
{
border-color: #6937FB;
}
.TagClassName
{
border-color: #6937FB;
}
</style>