Shades of Han Purple #430ACC
Tints of Han Purple #430ACC
RGB
CMYK
RGB Variations
Color information
#430ACC (or 0x430ACC) is known color: Han Purple. HEX triplet: 43, 0A and CC. RGB value is (67,10,204). Sum of RGB (Red+Green+Blue) = 67+10+204=281 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.84% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 204 (80.08% from 255 or 72.60% from 281); Max value from RGB is 204 - color contains mainly: blue. Hex color #430ACC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430ACC is #BCF533. Grayscale: #303030. Windows color (decimal): -12383540 or 13371971. OLE color: 13371971.
HSL color Cylindrical-coordinate representation of color #430ACC: hue angle of 257.63º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430ACC is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 10 | 204 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.2 |
| HSL | 257.63º | 0.91% | 0.42% | - |
| HSV(B) | 257.63º | 0.95% | 0.8% | - |
| XYZ | 13.32 | 5.77 | 57.54 | - |
| YUV | 49.16 | 215.38 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 204 | 0.67 | 0.95 | 0 | 0.2 | 257.63 | 0.91 | 0.42 |
| Hex | 43 | A | CC | 43 | 5F | 0 | 14 | 102 | 5B | 2A |
| Octal | 103 | 12 | 314 | 103 | 137 | 0 | 24 | 402 | 133 | 52 |
| Binary | 1000011 | 1010 | 11001100 | 1000011 | 1011111 | 0 | 10100 | 100000010 | 1011011 | 101010 |
Color Harmonies of #430ACC
Complementary color
Monochromatic Colors of #430ACC
Black with #430ACC
Text Example
Text Example
White with #430ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430ACC; }
p { color: rgb(67,10,204); }
H1.HeaderClassName
{
color: #430ACC;
}
.AnyTagClassName
{
color: #430ACC;
}
</style>
background-color css
<style>
a { background-color: #430ACC; }
a { background-color: rgb(67,10,204); }
div.DivClassName
{
background-color: #430ACC;
}
.BgClassName
{
background-color: #430ACC;
}
</style>
border-color css
<style>
span { border-color: #430ACC; }
span { border-color: rgb(67,10,204); }
td.TdClassName
{
border-color: #430ACC;
}
.TagClassName
{
border-color: #430ACC;
}
</style>