Shades of Han Purple #6838FF
Tints of Han Purple #6838FF
RGB
CMYK
RGB Variations
Color information
#6838FF (or 0x6838FF) is known color: Han Purple. HEX triplet: 68, 38 and FF. RGB value is (104,56,255). Sum of RGB (Red+Green+Blue) = 104+56+255=415 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.06% from 415); Green value is 56 (22.27% from 255 or 13.49% 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 #6838FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6838FF is #97C700. Grayscale: #5C5C5C. Windows color (decimal): -9946881 or 16726120. OLE color: 16726120.
HSL color Cylindrical-coordinate representation of color #6838FF: hue angle of 254.47º 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 #6838FF is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 56 | 255 | - |
| CMYK | 0.59 | 0.78 | 0 | 0 |
| HSL | 254.47º | 1% | 0.61% | - |
| HSV(B) | 254.47º | 0.78% | 1% | - |
| XYZ | 25.17 | 12.99 | 95.79 | - |
| YUV | 93.04 | 219.4 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 255 | 0.59 | 0.78 | 0 | 0 | 254.47 | 1 | 0.61 |
| Hex | 68 | 38 | FF | 3B | 4E | 0 | 0 | FE | 64 | 3D |
| Octal | 150 | 70 | 377 | 73 | 116 | 0 | 0 | 376 | 144 | 75 |
| Binary | 1101000 | 111000 | 11111111 | 111011 | 1001110 | 0 | 0 | 11111110 | 1100100 | 111101 |
Color Harmonies of #6838FF
Complementary color
Monochromatic Colors of #6838FF
Black with #6838FF
Text Example
Text Example
White with #6838FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6838FF; }
p { color: rgb(104,56,255); }
H1.HeaderClassName
{
color: #6838FF;
}
.AnyTagClassName
{
color: #6838FF;
}
</style>
background-color css
<style>
a { background-color: #6838FF; }
a { background-color: rgb(104,56,255); }
div.DivClassName
{
background-color: #6838FF;
}
.BgClassName
{
background-color: #6838FF;
}
</style>
border-color css
<style>
span { border-color: #6838FF; }
span { border-color: rgb(104,56,255); }
td.TdClassName
{
border-color: #6838FF;
}
.TagClassName
{
border-color: #6838FF;
}
</style>