Shades of Han Purple #4207FD
Tints of Han Purple #4207FD
RGB
CMYK
RGB Variations
Color information
#4207FD (or 0x4207FD) is known color: Han Purple. HEX triplet: 42, 07 and FD. RGB value is (66,7,253). Sum of RGB (Red+Green+Blue) = 66+7+253=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 253 (99.22% from 255 or 77.61% from 326); Max value from RGB is 253 - color contains mainly: blue. Hex color #4207FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4207FD is #BDF802. Grayscale: #333333. Windows color (decimal): -12449795 or 16582466. OLE color: 16582466.
HSL color Cylindrical-coordinate representation of color #4207FD: hue angle of 254.39º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4207FD is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 7 | 253 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.01 |
| HSL | 254.39º | 0.98% | 0.51% | - |
| HSV(B) | 254.39º | 0.97% | 0.99% | - |
| XYZ | 20.05 | 8.4 | 93.49 | - |
| YUV | 52.69 | 241.05 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 7 | 253 | 0.74 | 0.97 | 0 | 0.01 | 254.39 | 0.98 | 0.51 |
| Hex | 42 | 7 | FD | 4A | 61 | 0 | 1 | FE | 62 | 33 |
| Octal | 102 | 7 | 375 | 112 | 141 | 0 | 1 | 376 | 142 | 63 |
| Binary | 1000010 | 111 | 11111101 | 1001010 | 1100001 | 0 | 1 | 11111110 | 1100010 | 110011 |
Color Harmonies of #4207FD
Complementary color
Monochromatic Colors of #4207FD
Black with #4207FD
Text Example
Text Example
White with #4207FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4207FD; }
p { color: rgb(66,7,253); }
H1.HeaderClassName
{
color: #4207FD;
}
.AnyTagClassName
{
color: #4207FD;
}
</style>
background-color css
<style>
a { background-color: #4207FD; }
a { background-color: rgb(66,7,253); }
div.DivClassName
{
background-color: #4207FD;
}
.BgClassName
{
background-color: #4207FD;
}
</style>
border-color css
<style>
span { border-color: #4207FD; }
span { border-color: rgb(66,7,253); }
td.TdClassName
{
border-color: #4207FD;
}
.TagClassName
{
border-color: #4207FD;
}
</style>