Shades of Han Purple #6931EE
Tints of Han Purple #6931EE
RGB
CMYK
RGB Variations
Color information
#6931EE (or 0x6931EE) is known color: Han Purple. HEX triplet: 69, 31 and EE. RGB value is (105,49,238). Sum of RGB (Red+Green+Blue) = 105+49+238=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 238 (93.36% from 255 or 60.71% from 392); Max value from RGB is 238 - color contains mainly: blue. Hex color #6931EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6931EE is #96CE11. Grayscale: #565656. Windows color (decimal): -9883154 or 15610217. OLE color: 15610217.
HSL color Cylindrical-coordinate representation of color #6931EE: hue angle of 257.78º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6931EE is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 49 | 238 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.07 |
| HSL | 257.78º | 0.85% | 0.56% | - |
| HSV(B) | 257.78º | 0.79% | 0.93% | - |
| XYZ | 22.36 | 11.37 | 81.91 | - |
| YUV | 87.29 | 213.05 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 238 | 0.56 | 0.79 | 0 | 0.07 | 257.78 | 0.85 | 0.56 |
| Hex | 69 | 31 | EE | 38 | 4F | 0 | 7 | 102 | 55 | 38 |
| Octal | 151 | 61 | 356 | 70 | 117 | 0 | 7 | 402 | 125 | 70 |
| Binary | 1101001 | 110001 | 11101110 | 111000 | 1001111 | 0 | 111 | 100000010 | 1010101 | 111000 |
Color Harmonies of #6931EE
Complementary color
Monochromatic Colors of #6931EE
Black with #6931EE
Text Example
Text Example
White with #6931EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6931EE; }
p { color: rgb(105,49,238); }
H1.HeaderClassName
{
color: #6931EE;
}
.AnyTagClassName
{
color: #6931EE;
}
</style>
background-color css
<style>
a { background-color: #6931EE; }
a { background-color: rgb(105,49,238); }
div.DivClassName
{
background-color: #6931EE;
}
.BgClassName
{
background-color: #6931EE;
}
</style>
border-color css
<style>
span { border-color: #6931EE; }
span { border-color: rgb(105,49,238); }
td.TdClassName
{
border-color: #6931EE;
}
.TagClassName
{
border-color: #6931EE;
}
</style>