Shades of Han Purple #671CED
Tints of Han Purple #671CED
RGB
CMYK
RGB Variations
Color information
#671CED (or 0x671CED) is known color: Han Purple. HEX triplet: 67, 1C and ED. RGB value is (103,28,237). Sum of RGB (Red+Green+Blue) = 103+28+237=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 28 (11.33% from 255 or 7.61% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #671CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #671CED is #98E312. Grayscale: #494949. Windows color (decimal): -10019603 or 15539303. OLE color: 15539303.
HSL color Cylindrical-coordinate representation of color #671CED: hue angle of 261.53º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #671CED is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 28 | 237 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.07 |
| HSL | 261.53º | 0.85% | 0.52% | - |
| HSV(B) | 261.53º | 0.88% | 0.93% | - |
| XYZ | 21.29 | 9.83 | 80.9 | - |
| YUV | 74.25 | 219.85 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 28 | 237 | 0.57 | 0.88 | 0 | 0.07 | 261.53 | 0.85 | 0.52 |
| Hex | 67 | 1C | ED | 39 | 58 | 0 | 7 | 106 | 55 | 34 |
| Octal | 147 | 34 | 355 | 71 | 130 | 0 | 7 | 406 | 125 | 64 |
| Binary | 1100111 | 11100 | 11101101 | 111001 | 1011000 | 0 | 111 | 100000110 | 1010101 | 110100 |
Color Harmonies of #671CED
Complementary color
Monochromatic Colors of #671CED
Black with #671CED
Text Example
Text Example
White with #671CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671CED; }
p { color: rgb(103,28,237); }
H1.HeaderClassName
{
color: #671CED;
}
.AnyTagClassName
{
color: #671CED;
}
</style>
background-color css
<style>
a { background-color: #671CED; }
a { background-color: rgb(103,28,237); }
div.DivClassName
{
background-color: #671CED;
}
.BgClassName
{
background-color: #671CED;
}
</style>
border-color css
<style>
span { border-color: #671CED; }
span { border-color: rgb(103,28,237); }
td.TdClassName
{
border-color: #671CED;
}
.TagClassName
{
border-color: #671CED;
}
</style>