Shades of Han Purple #430ADA
Tints of Han Purple #430ADA
RGB
CMYK
RGB Variations
Color information
#430ADA (or 0x430ADA) is known color: Han Purple. HEX triplet: 43, 0A and DA. RGB value is (67,10,218). Sum of RGB (Red+Green+Blue) = 67+10+218=295 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.71% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 218 (85.55% from 255 or 73.90% from 295); Max value from RGB is 218 - color contains mainly: blue. Hex color #430ADA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430ADA is #BCF525. Grayscale: #313131. Windows color (decimal): -12383526 or 14289475. OLE color: 14289475.
HSL color Cylindrical-coordinate representation of color #430ADA: hue angle of 256.44º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430ADA is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 10 | 218 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.15 |
| HSL | 256.44º | 0.91% | 0.45% | - |
| HSV(B) | 256.44º | 0.95% | 0.85% | - |
| XYZ | 15.08 | 6.47 | 66.78 | - |
| YUV | 50.76 | 222.38 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 218 | 0.69 | 0.95 | 0 | 0.15 | 256.44 | 0.91 | 0.45 |
| Hex | 43 | A | DA | 45 | 5F | 0 | F | 100 | 5B | 2D |
| Octal | 103 | 12 | 332 | 105 | 137 | 0 | 17 | 400 | 133 | 55 |
| Binary | 1000011 | 1010 | 11011010 | 1000101 | 1011111 | 0 | 1111 | 100000000 | 1011011 | 101101 |
Color Harmonies of #430ADA
Complementary color
Monochromatic Colors of #430ADA
Black with #430ADA
Text Example
Text Example
White with #430ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430ADA; }
p { color: rgb(67,10,218); }
H1.HeaderClassName
{
color: #430ADA;
}
.AnyTagClassName
{
color: #430ADA;
}
</style>
background-color css
<style>
a { background-color: #430ADA; }
a { background-color: rgb(67,10,218); }
div.DivClassName
{
background-color: #430ADA;
}
.BgClassName
{
background-color: #430ADA;
}
</style>
border-color css
<style>
span { border-color: #430ADA; }
span { border-color: rgb(67,10,218); }
td.TdClassName
{
border-color: #430ADA;
}
.TagClassName
{
border-color: #430ADA;
}
</style>