Shades of Han Purple #430DDC
Tints of Han Purple #430DDC
RGB
CMYK
RGB Variations
Color information
#430DDC (or 0x430DDC) is known color: Han Purple. HEX triplet: 43, 0D and DC. RGB value is (67,13,220). Sum of RGB (Red+Green+Blue) = 67+13+220=300 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.33% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #430DDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430DDC is #BCF223. Grayscale: #333333. Windows color (decimal): -12382756 or 14421315. OLE color: 14421315.
HSL color Cylindrical-coordinate representation of color #430DDC: hue angle of 255.65º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430DDC is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 13 | 220 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.14 |
| HSL | 255.65º | 0.89% | 0.46% | - |
| HSV(B) | 255.65º | 0.94% | 0.86% | - |
| XYZ | 15.38 | 6.65 | 68.18 | - |
| YUV | 52.74 | 222.39 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 220 | 0.70 | 0.94 | 0 | 0.14 | 255.65 | 0.89 | 0.46 |
| Hex | 43 | D | DC | 46 | 5E | 0 | E | 100 | 59 | 2E |
| Octal | 103 | 15 | 334 | 106 | 136 | 0 | 16 | 400 | 131 | 56 |
| Binary | 1000011 | 1101 | 11011100 | 1000110 | 1011110 | 0 | 1110 | 100000000 | 1011001 | 101110 |
Color Harmonies of #430DDC
Complementary color
Monochromatic Colors of #430DDC
Black with #430DDC
Text Example
Text Example
White with #430DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430DDC; }
p { color: rgb(67,13,220); }
H1.HeaderClassName
{
color: #430DDC;
}
.AnyTagClassName
{
color: #430DDC;
}
</style>
background-color css
<style>
a { background-color: #430DDC; }
a { background-color: rgb(67,13,220); }
div.DivClassName
{
background-color: #430DDC;
}
.BgClassName
{
background-color: #430DDC;
}
</style>
border-color css
<style>
span { border-color: #430DDC; }
span { border-color: rgb(67,13,220); }
td.TdClassName
{
border-color: #430DDC;
}
.TagClassName
{
border-color: #430DDC;
}
</style>