Shades of Han Purple #4007CB
Tints of Han Purple #4007CB
RGB
CMYK
RGB Variations
Color information
#4007CB (or 0x4007CB) is known color: Han Purple. HEX triplet: 40, 07 and CB. RGB value is (64,7,203). Sum of RGB (Red+Green+Blue) = 64+7+203=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 203 (79.69% from 255 or 74.09% from 274); Max value from RGB is 203 - color contains mainly: blue. Hex color #4007CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4007CB is #BFF834. Grayscale: #2D2D2D. Windows color (decimal): -12580917 or 13305664. OLE color: 13305664.
HSL color Cylindrical-coordinate representation of color #4007CB: hue angle of 257.45º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4007CB is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 7 | 203 | - |
| CMYK | 0.68 | 0.97 | 0 | 0.20 |
| HSL | 257.45º | 0.93% | 0.41% | - |
| HSV(B) | 257.45º | 0.97% | 0.8% | - |
| XYZ | 12.97 | 5.55 | 56.89 | - |
| YUV | 46.39 | 216.38 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 203 | 0.68 | 0.97 | 0 | 0.20 | 257.45 | 0.93 | 0.41 |
| Hex | 40 | 7 | CB | 44 | 61 | 0 | 14 | 101 | 5D | 29 |
| Octal | 100 | 7 | 313 | 104 | 141 | 0 | 24 | 401 | 135 | 51 |
| Binary | 1000000 | 111 | 11001011 | 1000100 | 1100001 | 0 | 10100 | 100000001 | 1011101 | 101001 |
Color Harmonies of #4007CB
Complementary color
Monochromatic Colors of #4007CB
Black with #4007CB
Text Example
Text Example
White with #4007CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4007CB; }
p { color: rgb(64,7,203); }
H1.HeaderClassName
{
color: #4007CB;
}
.AnyTagClassName
{
color: #4007CB;
}
</style>
background-color css
<style>
a { background-color: #4007CB; }
a { background-color: rgb(64,7,203); }
div.DivClassName
{
background-color: #4007CB;
}
.BgClassName
{
background-color: #4007CB;
}
</style>
border-color css
<style>
span { border-color: #4007CB; }
span { border-color: rgb(64,7,203); }
td.TdClassName
{
border-color: #4007CB;
}
.TagClassName
{
border-color: #4007CB;
}
</style>