Shades of Han Purple #6937FF
Tints of Han Purple #6937FF
RGB
CMYK
RGB Variations
Color information
#6937FF (or 0x6937FF) is known color: Han Purple. HEX triplet: 69, 37 and FF. RGB value is (105,55,255). Sum of RGB (Red+Green+Blue) = 105+55+255=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 55 (21.88% from 255 or 13.25% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #6937FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6937FF is #96C800. Grayscale: #5C5C5C. Windows color (decimal): -9881601 or 16725865. OLE color: 16725865.
HSL color Cylindrical-coordinate representation of color #6937FF: hue angle of 255º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6937FF is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 55 | 255 | - |
| CMYK | 0.59 | 0.78 | 0 | 0 |
| HSL | 255º | 1% | 0.61% | - |
| HSV(B) | 255º | 0.78% | 1% | - |
| XYZ | 25.24 | 12.96 | 95.78 | - |
| YUV | 92.75 | 219.57 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 55 | 255 | 0.59 | 0.78 | 0 | 0 | 255 | 1 | 0.61 |
| Hex | 69 | 37 | FF | 3B | 4E | 0 | 0 | FF | 64 | 3D |
| Octal | 151 | 67 | 377 | 73 | 116 | 0 | 0 | 377 | 144 | 75 |
| Binary | 1101001 | 110111 | 11111111 | 111011 | 1001110 | 0 | 0 | 11111111 | 1100100 | 111101 |
Color Harmonies of #6937FF
Complementary color
Monochromatic Colors of #6937FF
Black with #6937FF
Text Example
Text Example
White with #6937FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6937FF; }
p { color: rgb(105,55,255); }
H1.HeaderClassName
{
color: #6937FF;
}
.AnyTagClassName
{
color: #6937FF;
}
</style>
background-color css
<style>
a { background-color: #6937FF; }
a { background-color: rgb(105,55,255); }
div.DivClassName
{
background-color: #6937FF;
}
.BgClassName
{
background-color: #6937FF;
}
</style>
border-color css
<style>
span { border-color: #6937FF; }
span { border-color: rgb(105,55,255); }
td.TdClassName
{
border-color: #6937FF;
}
.TagClassName
{
border-color: #6937FF;
}
</style>