Shades of Han Purple #4307DE
Tints of Han Purple #4307DE
RGB
CMYK
RGB Variations
Color information
#4307DE (or 0x4307DE) is known color: Han Purple. HEX triplet: 43, 07 and DE. RGB value is (67,7,222). Sum of RGB (Red+Green+Blue) = 67+7+222=296 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.64% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 222 (87.11% from 255 or 75% from 296); Max value from RGB is 222 - color contains mainly: blue. Hex color #4307DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4307DE is #BCF821. Grayscale: #303030. Windows color (decimal): -12384290 or 14550851. OLE color: 14550851.
HSL color Cylindrical-coordinate representation of color #4307DE: hue angle of 256.74º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4307DE is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 7 | 222 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.13 |
| HSL | 256.74º | 0.94% | 0.45% | - |
| HSV(B) | 256.74º | 0.97% | 0.87% | - |
| XYZ | 15.58 | 6.62 | 69.56 | - |
| YUV | 49.45 | 225.38 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 7 | 222 | 0.70 | 0.97 | 0 | 0.13 | 256.74 | 0.94 | 0.45 |
| Hex | 43 | 7 | DE | 46 | 61 | 0 | D | 101 | 5E | 2D |
| Octal | 103 | 7 | 336 | 106 | 141 | 0 | 15 | 401 | 136 | 55 |
| Binary | 1000011 | 111 | 11011110 | 1000110 | 1100001 | 0 | 1101 | 100000001 | 1011110 | 101101 |
Color Harmonies of #4307DE
Complementary color
Monochromatic Colors of #4307DE
Black with #4307DE
Text Example
Text Example
White with #4307DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4307DE; }
p { color: rgb(67,7,222); }
H1.HeaderClassName
{
color: #4307DE;
}
.AnyTagClassName
{
color: #4307DE;
}
</style>
background-color css
<style>
a { background-color: #4307DE; }
a { background-color: rgb(67,7,222); }
div.DivClassName
{
background-color: #4307DE;
}
.BgClassName
{
background-color: #4307DE;
}
</style>
border-color css
<style>
span { border-color: #4307DE; }
span { border-color: rgb(67,7,222); }
td.TdClassName
{
border-color: #4307DE;
}
.TagClassName
{
border-color: #4307DE;
}
</style>