Shades of Han Purple #671BEF
Tints of Han Purple #671BEF
RGB
CMYK
RGB Variations
Color information
#671BEF (or 0x671BEF) is known color: Han Purple. HEX triplet: 67, 1B and EF. RGB value is (103,27,239). Sum of RGB (Red+Green+Blue) = 103+27+239=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 239 (93.75% from 255 or 64.77% from 369); Max value from RGB is 239 - color contains mainly: blue. Hex color #671BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #671BEF is #98E410. Grayscale: #494949. Windows color (decimal): -10019857 or 15670119. OLE color: 15670119.
HSL color Cylindrical-coordinate representation of color #671BEF: hue angle of 261.51º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #671BEF is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 27 | 239 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.06 |
| HSL | 261.51º | 0.87% | 0.52% | - |
| HSV(B) | 261.51º | 0.89% | 0.94% | - |
| XYZ | 21.57 | 9.9 | 82.44 | - |
| YUV | 73.89 | 221.18 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 27 | 239 | 0.57 | 0.89 | 0 | 0.06 | 261.51 | 0.87 | 0.52 |
| Hex | 67 | 1B | EF | 39 | 59 | 0 | 6 | 106 | 57 | 34 |
| Octal | 147 | 33 | 357 | 71 | 131 | 0 | 6 | 406 | 127 | 64 |
| Binary | 1100111 | 11011 | 11101111 | 111001 | 1011001 | 0 | 110 | 100000110 | 1010111 | 110100 |
Color Harmonies of #671BEF
Complementary color
Monochromatic Colors of #671BEF
Black with #671BEF
Text Example
Text Example
White with #671BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671BEF; }
p { color: rgb(103,27,239); }
H1.HeaderClassName
{
color: #671BEF;
}
.AnyTagClassName
{
color: #671BEF;
}
</style>
background-color css
<style>
a { background-color: #671BEF; }
a { background-color: rgb(103,27,239); }
div.DivClassName
{
background-color: #671BEF;
}
.BgClassName
{
background-color: #671BEF;
}
</style>
border-color css
<style>
span { border-color: #671BEF; }
span { border-color: rgb(103,27,239); }
td.TdClassName
{
border-color: #671BEF;
}
.TagClassName
{
border-color: #671BEF;
}
</style>