Shades of Han Purple #6827FD
Tints of Han Purple #6827FD
RGB
CMYK
RGB Variations
Color information
#6827FD (or 0x6827FD) is known color: Han Purple. HEX triplet: 68, 27 and FD. RGB value is (104,39,253). Sum of RGB (Red+Green+Blue) = 104+39+253=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #6827FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6827FD is #97D802. Grayscale: #525252. Windows color (decimal): -9951235 or 16590696. OLE color: 16590696.
HSL color Cylindrical-coordinate representation of color #6827FD: hue angle of 258.22º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6827FD is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 39 | 253 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.01 |
| HSL | 258.22º | 0.98% | 0.57% | - |
| HSV(B) | 258.22º | 0.85% | 0.99% | - |
| XYZ | 24.16 | 11.49 | 93.87 | - |
| YUV | 82.83 | 224.03 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 39 | 253 | 0.59 | 0.85 | 0 | 0.01 | 258.22 | 0.98 | 0.57 |
| Hex | 68 | 27 | FD | 3B | 55 | 0 | 1 | 102 | 62 | 39 |
| Octal | 150 | 47 | 375 | 73 | 125 | 0 | 1 | 402 | 142 | 71 |
| Binary | 1101000 | 100111 | 11111101 | 111011 | 1010101 | 0 | 1 | 100000010 | 1100010 | 111001 |
Color Harmonies of #6827FD
Complementary color
Monochromatic Colors of #6827FD
Black with #6827FD
Text Example
Text Example
White with #6827FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6827FD; }
p { color: rgb(104,39,253); }
H1.HeaderClassName
{
color: #6827FD;
}
.AnyTagClassName
{
color: #6827FD;
}
</style>
background-color css
<style>
a { background-color: #6827FD; }
a { background-color: rgb(104,39,253); }
div.DivClassName
{
background-color: #6827FD;
}
.BgClassName
{
background-color: #6827FD;
}
</style>
border-color css
<style>
span { border-color: #6827FD; }
span { border-color: rgb(104,39,253); }
td.TdClassName
{
border-color: #6827FD;
}
.TagClassName
{
border-color: #6827FD;
}
</style>