Shades of Han Purple #3F07CD
Tints of Han Purple #3F07CD
RGB
CMYK
RGB Variations
Color information
#3F07CD (or 0x3F07CD) is known color: Han Purple. HEX triplet: 3F, 07 and CD. RGB value is (63,7,205). Sum of RGB (Red+Green+Blue) = 63+7+205=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 205 (80.47% from 255 or 74.55% from 275); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F07CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F07CD is #C0F832. Grayscale: #2D2D2D. Windows color (decimal): -12646451 or 13436735. OLE color: 13436735.
HSL color Cylindrical-coordinate representation of color #3F07CD: hue angle of 256.97º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F07CD is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 7 | 205 | - |
| CMYK | 0.69 | 0.97 | 0 | 0.20 |
| HSL | 256.97º | 0.93% | 0.42% | - |
| HSV(B) | 256.97º | 0.97% | 0.8% | - |
| XYZ | 13.15 | 5.62 | 58.15 | - |
| YUV | 46.32 | 217.55 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 7 | 205 | 0.69 | 0.97 | 0 | 0.20 | 256.97 | 0.93 | 0.42 |
| Hex | 3F | 7 | CD | 45 | 61 | 0 | 14 | 101 | 5D | 2A |
| Octal | 77 | 7 | 315 | 105 | 141 | 0 | 24 | 401 | 135 | 52 |
| Binary | 111111 | 111 | 11001101 | 1000101 | 1100001 | 0 | 10100 | 100000001 | 1011101 | 101010 |
Color Harmonies of #3F07CD
Complementary color
Monochromatic Colors of #3F07CD
Black with #3F07CD
Text Example
Text Example
White with #3F07CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F07CD; }
p { color: rgb(63,7,205); }
H1.HeaderClassName
{
color: #3F07CD;
}
.AnyTagClassName
{
color: #3F07CD;
}
</style>
background-color css
<style>
a { background-color: #3F07CD; }
a { background-color: rgb(63,7,205); }
div.DivClassName
{
background-color: #3F07CD;
}
.BgClassName
{
background-color: #3F07CD;
}
</style>
border-color css
<style>
span { border-color: #3F07CD; }
span { border-color: rgb(63,7,205); }
td.TdClassName
{
border-color: #3F07CD;
}
.TagClassName
{
border-color: #3F07CD;
}
</style>