Shades of Han Purple #430CE7
Tints of Han Purple #430CE7
RGB
CMYK
RGB Variations
Color information
#430CE7 (or 0x430CE7) is known color: Han Purple. HEX triplet: 43, 0C and E7. RGB value is (67,12,231). Sum of RGB (Red+Green+Blue) = 67+12+231=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 231 (90.62% from 255 or 74.52% from 310); Max value from RGB is 231 - color contains mainly: blue. Hex color #430CE7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430CE7 is #BCF318. Grayscale: #343434. Windows color (decimal): -12383001 or 15141955. OLE color: 15141955.
HSL color Cylindrical-coordinate representation of color #430CE7: hue angle of 255.07º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430CE7 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 67 | 12 | 231 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.09 |
| HSL | 255.07º | 0.9% | 0.48% | - |
| HSV(B) | 255.07º | 0.95% | 0.91% | - |
| XYZ | 16.87 | 7.23 | 76.11 | - |
| YUV | 53.41 | 228.22 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 231 | 0.71 | 0.95 | 0 | 0.09 | 255.07 | 0.9 | 0.48 |
| Hex | 43 | C | E7 | 47 | 5F | 0 | 9 | FF | 5A | 30 |
| Octal | 103 | 14 | 347 | 107 | 137 | 0 | 11 | 377 | 132 | 60 |
| Binary | 1000011 | 1100 | 11100111 | 1000111 | 1011111 | 0 | 1001 | 11111111 | 1011010 | 110000 |
Color Harmonies of #430CE7
Complementary color
Monochromatic Colors of #430CE7
Black with #430CE7
Text Example
Text Example
White with #430CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430CE7; }
p { color: rgb(67,12,231); }
H1.HeaderClassName
{
color: #430CE7;
}
.AnyTagClassName
{
color: #430CE7;
}
</style>
background-color css
<style>
a { background-color: #430CE7; }
a { background-color: rgb(67,12,231); }
div.DivClassName
{
background-color: #430CE7;
}
.BgClassName
{
background-color: #430CE7;
}
</style>
border-color css
<style>
span { border-color: #430CE7; }
span { border-color: rgb(67,12,231); }
td.TdClassName
{
border-color: #430CE7;
}
.TagClassName
{
border-color: #430CE7;
}
</style>