Shades of Han Purple #3207DC
Tints of Han Purple #3207DC
RGB
CMYK
RGB Variations
Color information
#3207DC (or 0x3207DC) is known color: Han Purple. HEX triplet: 32, 07 and DC. RGB value is (50,7,220). Sum of RGB (Red+Green+Blue) = 50+7+220=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 220 (86.33% from 255 or 79.42% from 277); Max value from RGB is 220 - color contains mainly: blue. Hex color #3207DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3207DC is #CDF823. Grayscale: #2B2B2B. Windows color (decimal): -13498404 or 14419762. OLE color: 14419762.
HSL color Cylindrical-coordinate representation of color #3207DC: hue angle of 252.11º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3207DC is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 7 | 220 | - |
| CMYK | 0.77 | 0.97 | 0 | 0.14 |
| HSL | 252.11º | 0.94% | 0.45% | - |
| HSV(B) | 252.11º | 0.97% | 0.86% | - |
| XYZ | 14.31 | 6 | 68.11 | - |
| YUV | 44.14 | 227.25 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 7 | 220 | 0.77 | 0.97 | 0 | 0.14 | 252.11 | 0.94 | 0.45 |
| Hex | 32 | 7 | DC | 4D | 61 | 0 | E | FC | 5E | 2D |
| Octal | 62 | 7 | 334 | 115 | 141 | 0 | 16 | 374 | 136 | 55 |
| Binary | 110010 | 111 | 11011100 | 1001101 | 1100001 | 0 | 1110 | 11111100 | 1011110 | 101101 |
Color Harmonies of #3207DC
Complementary color
Monochromatic Colors of #3207DC
Black with #3207DC
Text Example
Text Example
White with #3207DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3207DC; }
p { color: rgb(50,7,220); }
H1.HeaderClassName
{
color: #3207DC;
}
.AnyTagClassName
{
color: #3207DC;
}
</style>
background-color css
<style>
a { background-color: #3207DC; }
a { background-color: rgb(50,7,220); }
div.DivClassName
{
background-color: #3207DC;
}
.BgClassName
{
background-color: #3207DC;
}
</style>
border-color css
<style>
span { border-color: #3207DC; }
span { border-color: rgb(50,7,220); }
td.TdClassName
{
border-color: #3207DC;
}
.TagClassName
{
border-color: #3207DC;
}
</style>