Shades of Han Purple #6938FE
Tints of Han Purple #6938FE
RGB
CMYK
RGB Variations
Color information
#6938FE (or 0x6938FE) is known color: Han Purple. HEX triplet: 69, 38 and FE. RGB value is (105,56,254). Sum of RGB (Red+Green+Blue) = 105+56+254=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #6938FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6938FE is #96C701. Grayscale: #5C5C5C. Windows color (decimal): -9881346 or 16660585. OLE color: 16660585.
HSL color Cylindrical-coordinate representation of color #6938FE: hue angle of 254.85º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6938FE is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 56 | 254 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.00 |
| HSL | 254.85º | 0.99% | 0.61% | - |
| HSV(B) | 254.85º | 0.78% | 1% | - |
| XYZ | 25.13 | 12.99 | 94.95 | - |
| YUV | 93.22 | 218.73 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 56 | 254 | 0.59 | 0.78 | 0 | 0.00 | 254.85 | 0.99 | 0.61 |
| Hex | 69 | 38 | FE | 3B | 4E | 0 | 0 | FF | 63 | 3D |
| Octal | 151 | 70 | 376 | 73 | 116 | 0 | 0 | 377 | 143 | 75 |
| Binary | 1101001 | 111000 | 11111110 | 111011 | 1001110 | 0 | 0 | 11111111 | 1100011 | 111101 |
Color Harmonies of #6938FE
Complementary color
Monochromatic Colors of #6938FE
Black with #6938FE
Text Example
Text Example
White with #6938FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6938FE; }
p { color: rgb(105,56,254); }
H1.HeaderClassName
{
color: #6938FE;
}
.AnyTagClassName
{
color: #6938FE;
}
</style>
background-color css
<style>
a { background-color: #6938FE; }
a { background-color: rgb(105,56,254); }
div.DivClassName
{
background-color: #6938FE;
}
.BgClassName
{
background-color: #6938FE;
}
</style>
border-color css
<style>
span { border-color: #6938FE; }
span { border-color: rgb(105,56,254); }
td.TdClassName
{
border-color: #6938FE;
}
.TagClassName
{
border-color: #6938FE;
}
</style>