Shades of Han Purple #6932FB
Tints of Han Purple #6932FB
RGB
CMYK
RGB Variations
Color information
#6932FB (or 0x6932FB) is known color: Han Purple. HEX triplet: 69, 32 and FB. RGB value is (105,50,251). Sum of RGB (Red+Green+Blue) = 105+50+251=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 251 (98.44% from 255 or 61.82% from 406); Max value from RGB is 251 - color contains mainly: blue. Hex color #6932FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6932FB is #96CD04. Grayscale: #585858. Windows color (decimal): -9882885 or 16462441. OLE color: 16462441.
HSL color Cylindrical-coordinate representation of color #6932FB: hue angle of 256.42º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6932FB is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 50 | 251 | - |
| CMYK | 0.58 | 0.80 | 0 | 0.02 |
| HSL | 256.42º | 0.96% | 0.59% | - |
| HSV(B) | 256.42º | 0.8% | 0.98% | - |
| XYZ | 24.38 | 12.25 | 92.35 | - |
| YUV | 89.36 | 219.22 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 50 | 251 | 0.58 | 0.80 | 0 | 0.02 | 256.42 | 0.96 | 0.59 |
| Hex | 69 | 32 | FB | 3A | 50 | 0 | 2 | 100 | 60 | 3B |
| Octal | 151 | 62 | 373 | 72 | 120 | 0 | 2 | 400 | 140 | 73 |
| Binary | 1101001 | 110010 | 11111011 | 111010 | 1010000 | 0 | 10 | 100000000 | 1100000 | 111011 |
Color Harmonies of #6932FB
Complementary color
Monochromatic Colors of #6932FB
Black with #6932FB
Text Example
Text Example
White with #6932FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6932FB; }
p { color: rgb(105,50,251); }
H1.HeaderClassName
{
color: #6932FB;
}
.AnyTagClassName
{
color: #6932FB;
}
</style>
background-color css
<style>
a { background-color: #6932FB; }
a { background-color: rgb(105,50,251); }
div.DivClassName
{
background-color: #6932FB;
}
.BgClassName
{
background-color: #6932FB;
}
</style>
border-color css
<style>
span { border-color: #6932FB; }
span { border-color: rgb(105,50,251); }
td.TdClassName
{
border-color: #6932FB;
}
.TagClassName
{
border-color: #6932FB;
}
</style>