Shades of Han Purple #4307F7
Tints of Han Purple #4307F7
RGB
CMYK
RGB Variations
Color information
#4307F7 (or 0x4307F7) is known color: Han Purple. HEX triplet: 43, 07 and F7. RGB value is (67,7,247). Sum of RGB (Red+Green+Blue) = 67+7+247=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 247 (96.88% from 255 or 76.95% from 321); Max value from RGB is 247 - color contains mainly: blue. Hex color #4307F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4307F7 is #BCF808. Grayscale: #333333. Windows color (decimal): -12384265 or 16189251. OLE color: 16189251.
HSL color Cylindrical-coordinate representation of color #4307F7: hue angle of 255º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4307F7 is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 67 | 7 | 247 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.03 |
| HSL | 255º | 0.94% | 0.5% | - |
| HSV(B) | 255º | 0.97% | 0.97% | - |
| XYZ | 19.18 | 8.06 | 88.54 | - |
| YUV | 52.3 | 237.88 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 7 | 247 | 0.73 | 0.97 | 0 | 0.03 | 255 | 0.94 | 0.5 |
| Hex | 43 | 7 | F7 | 49 | 61 | 0 | 3 | FF | 5E | 32 |
| Octal | 103 | 7 | 367 | 111 | 141 | 0 | 3 | 377 | 136 | 62 |
| Binary | 1000011 | 111 | 11110111 | 1001001 | 1100001 | 0 | 11 | 11111111 | 1011110 | 110010 |
Color Harmonies of #4307F7
Complementary color
Monochromatic Colors of #4307F7
Black with #4307F7
Text Example
Text Example
White with #4307F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4307F7; }
p { color: rgb(67,7,247); }
H1.HeaderClassName
{
color: #4307F7;
}
.AnyTagClassName
{
color: #4307F7;
}
</style>
background-color css
<style>
a { background-color: #4307F7; }
a { background-color: rgb(67,7,247); }
div.DivClassName
{
background-color: #4307F7;
}
.BgClassName
{
background-color: #4307F7;
}
</style>
border-color css
<style>
span { border-color: #4307F7; }
span { border-color: rgb(67,7,247); }
td.TdClassName
{
border-color: #4307F7;
}
.TagClassName
{
border-color: #4307F7;
}
</style>